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

Sample Text
This is how text may look on this color.
Best text color: #000000
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

Mood

No tags yet.

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #C8AD7F based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Light French Beige
#C8AD7F Base
#7F9AC8
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Light French Beige
#C8AD7F Base
#C8887F
#BEC87F
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Light French Beige
#C8AD7F Base
#7FC8AD
#AD7FC8
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Light French Beige
#C8AD7F Base
#7FBEC8
#887FC8
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Light French Beige
#C8AD7F Base
#7FC888
#7F9AC8
#C87FBE
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Light French Beige
#C8AD7F Base
#7A6034
#AF8A4B
#BC9B62
#D4BF9C
#DFCFB5
#F6F2EA
Shades & Tints

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
Light French Beige #C8AD7F Base
#D1BB95
#DBC9AB
#E4D7C1
#EEE5D7
#F7F4ED
CSS & SCSS Snippets

Ready-to-use code snippets for #C8AD7F. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #C8AD7F;
}

/* Text */
.element {
    color: #C8AD7F;
}

/* Border */
.element {
    border: 1px solid #C8AD7F;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #C8AD7F,
        #B4C3DC
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #C8AD7F,
        #B4C3DC
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Light French Beige appears to people with different types of color vision deficiency.

Normal Vision #C8AD7F How the color appears with full color vision.
Deuteranopia #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.
Protanopia #B0B07F Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #CCA8A8 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #B1B1B1 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Light French Beige ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Light French Beige #C8AD7F Base
Tan #D2B48C ΔE 3.20
Sand #C2B280 ΔE 4.36
Khaki #C3B091 ΔE 4.45
Burlywood #DEB887 ΔE 4.86

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.