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