#cade9a
a light, vivid green · cool · closest name: khaki
RGB
202, 222, 154
HSL
78°, 51%, 74%
CMYK
9, 0, 31, 13
Luminance
0.6713
Every format
| HEX | #cade9a |
| RGB | rgb(202, 222, 154) |
| HSL | hsl(78, 51%, 74%) |
| CMYK | cmyk(9%, 0%, 31%, 13%) |
| LAB | lab(85.6 -17.9 31.2) |
| LCH | lch(85.6 36.0 119.8) |
| OKLCH | oklch(0.869 0.092 121.6) |
Copy-ready code
/* CSS */
color: #cade9a;
background-color: #cade9a;
/* Tailwind (arbitrary) */
class="text-[#cade9a] bg-[#cade9a]"
/* SCSS */
$brand: #cade9a;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.604)
/* Android */
Color.parseColor("#cade9a")Accessibility — WCAG contrast
Aa
#cade9a on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade9a on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue60.4%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow30.6%
Key (black)12.9%
Color previews
#cade9a text on a black background
contrast 14.43:1
Card sample
#cade9a text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade9a;
Background color
Panel with #cade9a background
background-color: #cade9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade9a; background: linear-gradient(135deg, #cade9a, #9DDE9A);