#cacb8f
a light, soft yellow · cool · closest name: tan
RGB
202, 203, 143
HSL
61°, 37%, 68%
CMYK
1, 0, 30, 20
Luminance
0.5725
Every format
| HEX | #cacb8f |
| RGB | rgb(202, 203, 143) |
| HSL | hsl(61, 37%, 68%) |
| CMYK | cmyk(1%, 0%, 30%, 20%) |
| LAB | lab(80.3 -9.8 29.9) |
| LCH | lch(80.3 31.4 108.1) |
| OKLCH | oklch(0.827 0.079 108.8) |
Copy-ready code
/* CSS */
color: #cacb8f;
background-color: #cacb8f;
/* Tailwind (arbitrary) */
class="text-[#cacb8f] bg-[#cacb8f]"
/* SCSS */
$brand: #cacb8f;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.561)
/* Android */
Color.parseColor("#cacb8f")Accessibility — WCAG contrast
Aa
#cacb8f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacb8f on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue56.1%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow29.6%
Key (black)20.4%
Color previews
#cacb8f text on a black background
contrast 12.45:1
Card sample
#cacb8f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacb8f;
Background color
Panel with #cacb8f background
background-color: #cacb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacb8f; background: linear-gradient(135deg, #cacb8f, #A2CB8F);