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