#cacf8c
a light, soft yellow · cool · closest name: khaki
RGB
202, 207, 140
HSL
65°, 41%, 68%
CMYK
2, 0, 32, 19
Luminance
0.5908
Every format
| HEX | #cacf8c |
| RGB | rgb(202, 207, 140) |
| HSL | hsl(65, 41%, 68%) |
| CMYK | cmyk(2%, 0%, 32%, 19%) |
| LAB | lab(81.3 -12.2 32.8) |
| LCH | lch(81.3 35.0 110.4) |
| OKLCH | oklch(0.835 0.088 111.8) |
Copy-ready code
/* CSS */
color: #cacf8c;
background-color: #cacf8c;
/* Tailwind (arbitrary) */
class="text-[#cacf8c] bg-[#cacf8c]"
/* SCSS */
$brand: #cacf8c;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#cacf8c")Accessibility — WCAG contrast
Aa
#cacf8c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacf8c on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue54.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow32.4%
Key (black)18.8%
Color previews
#cacf8c text on a black background
contrast 12.82:1
Card sample
#cacf8c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacf8c;
Background color
Panel with #cacf8c background
background-color: #cacf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacf8c; background: linear-gradient(135deg, #cacf8c, #9DCF8C);