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