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