#cade9f
a light, vivid green · cool · closest name: khaki
RGB
202, 222, 159
HSL
79°, 49%, 75%
CMYK
9, 0, 28, 13
Luminance
0.6730
Every format
| HEX | #cade9f |
| RGB | rgb(202, 222, 159) |
| HSL | hsl(79, 49%, 75%) |
| CMYK | cmyk(9%, 0%, 28%, 13%) |
| LAB | lab(85.7 -17.2 28.8) |
| LCH | lch(85.7 33.5 120.8) |
| OKLCH | oklch(0.870 0.086 122.5) |
Copy-ready code
/* CSS */
color: #cade9f;
background-color: #cade9f;
/* Tailwind (arbitrary) */
class="text-[#cade9f] bg-[#cade9f]"
/* SCSS */
$brand: #cade9f;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.624)
/* Android */
Color.parseColor("#cade9f")Accessibility — WCAG contrast
Aa
#cade9f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade9f on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue62.4%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow28.4%
Key (black)12.9%
Color previews
#cade9f text on a black background
contrast 14.46:1
Card sample
#cade9f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade9f;
Background color
Panel with #cade9f background
background-color: #cade9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade9f; background: linear-gradient(135deg, #cade9f, #A0DE9F);