#cace6f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 206, 111
HSL
63°, 49%, 62%
CMYK
2, 0, 46, 19
Luminance
0.5785
Every format
| HEX | #cace6f |
| RGB | rgb(202, 206, 111) |
| HSL | hsl(63, 49%, 62%) |
| CMYK | cmyk(2%, 0%, 46%, 19%) |
| LAB | lab(80.7 -14.9 46.5) |
| LCH | lch(80.7 48.8 107.7) |
| OKLCH | oklch(0.828 0.119 110.9) |
Copy-ready code
/* CSS */
color: #cace6f;
background-color: #cace6f;
/* Tailwind (arbitrary) */
class="text-[#cace6f] bg-[#cace6f]"
/* SCSS */
$brand: #cace6f;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.435)
/* Android */
Color.parseColor("#cace6f")Accessibility — WCAG contrast
Aa
#cace6f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace6f on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue43.5%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow46.1%
Key (black)19.2%
Color previews
#cace6f text on a black background
contrast 12.57:1
Card sample
#cace6f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace6f;
Background color
Panel with #cace6f background
background-color: #cace6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace6f; background: linear-gradient(135deg, #cace6f, #8BCE6F);