#cace8c
a light, soft yellow · cool · closest name: khaki
RGB
202, 206, 140
HSL
64°, 40%, 68%
CMYK
2, 0, 32, 19
Luminance
0.5859
Every format
| HEX | #cace8c |
| RGB | rgb(202, 206, 140) |
| HSL | hsl(64, 40%, 68%) |
| CMYK | cmyk(2%, 0%, 32%, 19%) |
| LAB | lab(81.1 -11.7 32.5) |
| LCH | lch(81.1 34.5 109.8) |
| OKLCH | oklch(0.833 0.086 111.1) |
Copy-ready code
/* CSS */
color: #cace8c;
background-color: #cace8c;
/* Tailwind (arbitrary) */
class="text-[#cace8c] bg-[#cace8c]"
/* SCSS */
$brand: #cace8c;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.549)
/* Android */
Color.parseColor("#cace8c")Accessibility — WCAG contrast
Aa
#cace8c on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace8c on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue54.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow32.0%
Key (black)19.2%
Color previews
#cace8c text on a black background
contrast 12.72:1
Card sample
#cace8c text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace8c;
Background color
Panel with #cace8c background
background-color: #cace8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace8c; background: linear-gradient(135deg, #cace8c, #9ECE8C);