#cace5c
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 206, 92
HSL
62°, 54%, 58%
CMYK
2, 0, 55, 19
Luminance
0.5747
Every format
| HEX | #cace5c |
| RGB | rgb(202, 206, 92) |
| HSL | hsl(62, 54%, 58%) |
| CMYK | cmyk(2%, 0%, 55%, 19%) |
| LAB | lab(80.4 -16.5 55.2) |
| LCH | lch(80.4 57.6 106.7) |
| OKLCH | oklch(0.826 0.137 110.9) |
Copy-ready code
/* CSS */
color: #cace5c;
background-color: #cace5c;
/* Tailwind (arbitrary) */
class="text-[#cace5c] bg-[#cace5c]"
/* SCSS */
$brand: #cace5c;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.361)
/* Android */
Color.parseColor("#cace5c")Accessibility — WCAG contrast
Aa
#cace5c on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace5c on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue36.1%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow55.3%
Key (black)19.2%
Color previews
#cace5c text on a black background
contrast 12.49:1
Card sample
#cace5c text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace5c;
Background color
Panel with #cace5c background
background-color: #cace5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace5c; background: linear-gradient(135deg, #cace5c, #7ECE5C);