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