#cacb9b
a light, soft yellow · cool · closest name: tan
RGB
202, 203, 155
HSL
61°, 32%, 70%
CMYK
1, 0, 24, 20
Luminance
0.5763
Every format
| HEX | #cacb9b |
| RGB | rgb(202, 203, 155) |
| HSL | hsl(61, 32%, 70%) |
| CMYK | cmyk(1%, 0%, 24%, 20%) |
| LAB | lab(80.5 -8.1 23.9) |
| LCH | lch(80.5 25.3 108.8) |
| OKLCH | oklch(0.829 0.064 108.7) |
Copy-ready code
/* CSS */
color: #cacb9b;
background-color: #cacb9b;
/* Tailwind (arbitrary) */
class="text-[#cacb9b] bg-[#cacb9b]"
/* SCSS */
$brand: #cacb9b;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.608)
/* Android */
Color.parseColor("#cacb9b")Accessibility — WCAG contrast
Aa
#cacb9b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacb9b on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue60.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow23.6%
Key (black)20.4%
Color previews
#cacb9b text on a black background
contrast 12.53:1
Card sample
#cacb9b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacb9b;
Background color
Panel with #cacb9b background
background-color: #cacb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacb9b; background: linear-gradient(135deg, #cacb9b, #AACB9B);