#cac49b
a light, soft yellow · cool · closest name: tan
RGB
202, 196, 155
HSL
52°, 31%, 70%
CMYK
0, 3, 23, 21
Luminance
0.5440
Every format
| HEX | #cac49b |
| RGB | rgb(202, 196, 155) |
| HSL | hsl(52, 31%, 70%) |
| CMYK | cmyk(0%, 3%, 23%, 21%) |
| LAB | lab(78.7 -4.5 21.4) |
| LCH | lch(78.7 21.9 101.9) |
| OKLCH | oklch(0.815 0.055 100.6) |
Copy-ready code
/* CSS */
color: #cac49b;
background-color: #cac49b;
/* Tailwind (arbitrary) */
class="text-[#cac49b] bg-[#cac49b]"
/* SCSS */
$brand: #cac49b;
/* SwiftUI */
Color(red: 0.792, green: 0.769, blue: 0.608)
/* Android */
Color.parseColor("#cac49b")Accessibility — WCAG contrast
Aa
#cac49b on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac49b on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow23.3%
Key (black)20.8%
Color previews
#cac49b text on a black background
contrast 11.88:1
Card sample
#cac49b text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac49b;
Background color
Panel with #cac49b background
background-color: #cac49b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac49b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 196, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 196, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac49b; background: linear-gradient(135deg, #cac49b, #B1CA9B);