#cacf95
a light, soft yellow · cool · closest name: tan
RGB
202, 207, 149
HSL
65°, 38%, 70%
CMYK
2, 0, 28, 19
Luminance
0.5935
Every format
| HEX | #cacf95 |
| RGB | rgb(202, 207, 149) |
| HSL | hsl(65, 38%, 70%) |
| CMYK | cmyk(2%, 0%, 28%, 19%) |
| LAB | lab(81.5 -11.0 28.3) |
| LCH | lch(81.5 30.4 111.2) |
| OKLCH | oklch(0.837 0.077 112.1) |
Copy-ready code
/* CSS */
color: #cacf95;
background-color: #cacf95;
/* Tailwind (arbitrary) */
class="text-[#cacf95] bg-[#cacf95]"
/* SCSS */
$brand: #cacf95;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.584)
/* Android */
Color.parseColor("#cacf95")Accessibility — WCAG contrast
Aa
#cacf95 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacf95 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue58.4%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow28.0%
Key (black)18.8%
Color previews
#cacf95 text on a black background
contrast 12.87:1
Card sample
#cacf95 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacf95;
Background color
Panel with #cacf95 background
background-color: #cacf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacf95; background: linear-gradient(135deg, #cacf95, #A3CF95);