#cacba4
a light, soft yellow · cool · closest name: tan
RGB
202, 203, 164
HSL
62°, 27%, 72%
CMYK
1, 0, 19, 20
Luminance
0.5795
Every format
| HEX | #cacba4 |
| RGB | rgb(202, 203, 164) |
| HSL | hsl(62, 27%, 72%) |
| CMYK | cmyk(1%, 0%, 19%, 20%) |
| LAB | lab(80.7 -6.8 19.4) |
| LCH | lch(80.7 20.6 109.4) |
| OKLCH | oklch(0.831 0.052 108.7) |
Copy-ready code
/* CSS */
color: #cacba4;
background-color: #cacba4;
/* Tailwind (arbitrary) */
class="text-[#cacba4] bg-[#cacba4]"
/* SCSS */
$brand: #cacba4;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.643)
/* Android */
Color.parseColor("#cacba4")Accessibility — WCAG contrast
Aa
#cacba4 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacba4 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue64.3%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow19.2%
Key (black)20.4%
Color previews
#cacba4 text on a black background
contrast 12.59:1
Card sample
#cacba4 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacba4;
Background color
Panel with #cacba4 background
background-color: #cacba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacba4; background: linear-gradient(135deg, #cacba4, #B0CBA4);