Light French Beige (#C8AD7F)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 2.16:1 — vs black: 9.74:1
Color values
-
HEX
#C8AD7F -
RGB
rgb(200, 173, 127) -
HSL
hsl(37, 36%, 78%) -
CMYK
cmyk( 0, 13.5, 36.5, 21.57 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #C8AD7F based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C8AD7F
Base
#7F9AC8
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C8AD7F
Base
#C8887F
#BEC87F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C8AD7F
Base
#7FC8AD
#AD7FC8
Two colors flanking the complement — high contrast with less tension than full complementary.
#C8AD7F
Base
#7FBEC8
#887FC8
Four colors at 90° intervals — rich variety, best when one color dominates.
#C8AD7F
Base
#7FC888
#7F9AC8
#C87FBE
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C8AD7F
Base
#7A6034
#AF8A4B
#BC9B62
#D4BF9C
#DFCFB5
#F6F2EA
Darker shades and lighter tints of Light French Beige, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#120E08
#3C2F1A
#66512C
#90723E
#B69255
#C8AD7F
Base
#D1BB95
#DBC9AB
#E4D7C1
#EEE5D7
#F7F4ED
Ready-to-use code snippets for #C8AD7F. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C8AD7F;
}
/* Text */
.element {
color: #C8AD7F;
}
/* Border */
.element {
border: 1px solid #C8AD7F;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C8AD7F,
#B4C3DC
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C8AD7F,
#B4C3DC
);
}
// SCSS variable
$light-french-beige: #C8AD7F;
// With RGB channels (useful for rgba() usage)
$light-french-beige-r: 200;
$light-french-beige-g: 173;
$light-french-beige-b: 127;
// Usage
.element {
background-color: $light-french-beige;
color: rgba($light-french-beige-r, $light-french-beige-g, $light-french-beige-b, 0.8);
}
How Light French Beige appears to people with different types of color vision deficiency.
#C8AD7F
How the color appears with full color vision.
#B5B57E
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#B0B07F
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#CCA8A8
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B1B1B1
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.