#cec7ad
a light, soft yellow · cool · closest name: tan
RGB
206, 199, 173
HSL
47°, 25%, 74%
CMYK
0, 3, 16, 19
Luminance
0.5699
Every format
| HEX | #cec7ad |
| RGB | rgb(206, 199, 173) |
| HSL | hsl(47, 25%, 74%) |
| CMYK | cmyk(0%, 3%, 16%, 19%) |
| LAB | lab(80.2 -1.9 13.9) |
| LCH | lch(80.2 14.0 97.8) |
| OKLCH | oklch(0.828 0.036 94.6) |
Copy-ready code
/* CSS */
color: #cec7ad;
background-color: #cec7ad;
/* Tailwind (arbitrary) */
class="text-[#cec7ad] bg-[#cec7ad]"
/* SCSS */
$brand: #cec7ad;
/* SwiftUI */
Color(red: 0.808, green: 0.780, blue: 0.678)
/* Android */
Color.parseColor("#cec7ad")Accessibility — WCAG contrast
Aa
#cec7ad on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec7ad on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow16.0%
Key (black)19.2%
Color previews
#cec7ad text on a black background
contrast 12.40:1
Card sample
#cec7ad text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec7ad;
Background color
Panel with #cec7ad background
background-color: #cec7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 199, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 199, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec7ad; background: linear-gradient(135deg, #cec7ad, #BFCEAD);