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