#cdceaa
a light, soft yellow · cool · closest name: tan
RGB
205, 206, 170
HSL
62°, 27%, 74%
CMYK
1, 0, 18, 19
Luminance
0.6002
Every format
| HEX | #cdceaa |
| RGB | rgb(205, 206, 170) |
| HSL | hsl(62, 27%, 74%) |
| CMYK | cmyk(1%, 0%, 18%, 19%) |
| LAB | lab(81.8 -6.4 17.8) |
| LCH | lch(81.8 18.9 109.7) |
| OKLCH | oklch(0.841 0.048 108.7) |
Copy-ready code
/* CSS */
color: #cdceaa;
background-color: #cdceaa;
/* Tailwind (arbitrary) */
class="text-[#cdceaa] bg-[#cdceaa]"
/* SCSS */
$brand: #cdceaa;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.667)
/* Android */
Color.parseColor("#cdceaa")Accessibility — WCAG contrast
Aa
#cdceaa on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdceaa on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue66.7%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow17.5%
Key (black)19.2%
Color previews
#cdceaa text on a black background
contrast 13.00:1
Card sample
#cdceaa text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdceaa;
Background color
Panel with #cdceaa background
background-color: #cdceaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdceaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdceaa; background: linear-gradient(135deg, #cdceaa, #B5CEAA);