#cacf99
a light, soft yellow · cool · closest name: tan
RGB
202, 207, 153
HSL
66°, 36%, 71%
CMYK
2, 0, 26, 19
Luminance
0.5948
Every format
| HEX | #cacf99 |
| RGB | rgb(202, 207, 153) |
| HSL | hsl(66, 36%, 71%) |
| CMYK | cmyk(2%, 0%, 26%, 19%) |
| LAB | lab(81.6 -10.5 26.4) |
| LCH | lch(81.6 28.4 111.7) |
| OKLCH | oklch(0.837 0.072 112.2) |
Copy-ready code
/* CSS */
color: #cacf99;
background-color: #cacf99;
/* Tailwind (arbitrary) */
class="text-[#cacf99] bg-[#cacf99]"
/* SCSS */
$brand: #cacf99;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.600)
/* Android */
Color.parseColor("#cacf99")Accessibility — WCAG contrast
Aa
#cacf99 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacf99 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue60.0%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow26.1%
Key (black)18.8%
Color previews
#cacf99 text on a black background
contrast 12.90:1
Card sample
#cacf99 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacf99;
Background color
Panel with #cacf99 background
background-color: #cacf99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacf99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacf99; background: linear-gradient(135deg, #cacf99, #A6CF99);