#cace3e
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 206, 62
HSL
62°, 60%, 53%
CMYK
2, 0, 70, 19
Luminance
0.5705
Every format
| HEX | #cace3e |
| RGB | rgb(202, 206, 62) |
| HSL | hsl(62, 60%, 53%) |
| CMYK | cmyk(2%, 0%, 70%, 19%) |
| LAB | lab(80.2 -18.5 67.2) |
| LCH | lch(80.2 69.7 105.4) |
| OKLCH | oklch(0.823 0.160 111.0) |
Copy-ready code
/* CSS */
color: #cace3e;
background-color: #cace3e;
/* Tailwind (arbitrary) */
class="text-[#cace3e] bg-[#cace3e]"
/* SCSS */
$brand: #cace3e;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.243)
/* Android */
Color.parseColor("#cace3e")Accessibility — WCAG contrast
Aa
#cace3e on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace3e on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue24.3%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow69.9%
Key (black)19.2%
Color previews
#cace3e text on a black background
contrast 12.41:1
Card sample
#cace3e text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace3e;
Background color
Panel with #cace3e background
background-color: #cace3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace3e; background: linear-gradient(135deg, #cace3e, #6ACE3E);