#cade8a
a light, vivid green · cool · closest name: khaki
RGB
202, 222, 138
HSL
74°, 56%, 71%
CMYK
9, 0, 38, 13
Luminance
0.6663
Every format
| HEX | #cade8a |
| RGB | rgb(202, 222, 138) |
| HSL | hsl(74, 56%, 71%) |
| CMYK | cmyk(9%, 0%, 38%, 13%) |
| LAB | lab(85.3 -19.9 39.0) |
| LCH | lch(85.3 43.8 117.0) |
| OKLCH | oklch(0.866 0.110 119.7) |
Copy-ready code
/* CSS */
color: #cade8a;
background-color: #cade8a;
/* Tailwind (arbitrary) */
class="text-[#cade8a] bg-[#cade8a]"
/* SCSS */
$brand: #cade8a;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.541)
/* Android */
Color.parseColor("#cade8a")Accessibility — WCAG contrast
Aa
#cade8a on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade8a on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue54.1%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow37.8%
Key (black)12.9%
Color previews
#cade8a text on a black background
contrast 14.33:1
Card sample
#cade8a text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade8a;
Background color
Panel with #cade8a background
background-color: #cade8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade8a; background: linear-gradient(135deg, #cade8a, #92DE8A);