#cade9c
a light, vivid green · cool · closest name: khaki
RGB
202, 222, 156
HSL
78°, 50%, 74%
CMYK
9, 0, 30, 13
Luminance
0.6720
Every format
| HEX | #cade9c |
| RGB | rgb(202, 222, 156) |
| HSL | hsl(78, 50%, 74%) |
| CMYK | cmyk(9%, 0%, 30%, 13%) |
| LAB | lab(85.6 -17.6 30.2) |
| LCH | lch(85.6 35.0 120.2) |
| OKLCH | oklch(0.870 0.089 122.0) |
Copy-ready code
/* CSS */
color: #cade9c;
background-color: #cade9c;
/* Tailwind (arbitrary) */
class="text-[#cade9c] bg-[#cade9c]"
/* SCSS */
$brand: #cade9c;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.612)
/* Android */
Color.parseColor("#cade9c")Accessibility — WCAG contrast
Aa
#cade9c on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade9c on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue61.2%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow29.7%
Key (black)12.9%
Color previews
#cade9c text on a black background
contrast 14.44:1
Card sample
#cade9c text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade9c;
Background color
Panel with #cade9c background
background-color: #cade9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade9c; background: linear-gradient(135deg, #cade9c, #9EDE9C);