#cade6a
a balanced, vivid green · cool · closest name: khaki
RGB
202, 222, 106
HSL
70°, 64%, 64%
CMYK
9, 0, 52, 13
Luminance
0.6584
Every format
| HEX | #cade6a |
| RGB | rgb(202, 222, 106) |
| HSL | hsl(70, 64%, 64%) |
| CMYK | cmyk(9%, 0%, 52%, 13%) |
| LAB | lab(84.9 -23.2 54.0) |
| LCH | lch(84.9 58.7 113.3) |
| OKLCH | oklch(0.862 0.143 117.6) |
Copy-ready code
/* CSS */
color: #cade6a;
background-color: #cade6a;
/* Tailwind (arbitrary) */
class="text-[#cade6a] bg-[#cade6a]"
/* SCSS */
$brand: #cade6a;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.416)
/* Android */
Color.parseColor("#cade6a")Accessibility — WCAG contrast
Aa
#cade6a on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cade6a on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue41.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow52.3%
Key (black)12.9%
Color previews
#cade6a text on a black background
contrast 14.17:1
Card sample
#cade6a text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cade6a;
Background color
Panel with #cade6a background
background-color: #cade6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cade6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cade6a; background: linear-gradient(135deg, #cade6a, #7DDE6A);