#cadf9b
a light, vivid green · cool · closest name: khaki
RGB
202, 223, 155
HSL
79°, 52%, 74%
CMYK
9, 0, 31, 13
Luminance
0.6770
Every format
| HEX | #cadf9b |
| RGB | rgb(202, 223, 155) |
| HSL | hsl(79, 52%, 74%) |
| CMYK | cmyk(9%, 0%, 31%, 13%) |
| LAB | lab(85.9 -18.2 31.1) |
| LCH | lch(85.9 36.0 120.4) |
| OKLCH | oklch(0.872 0.092 122.3) |
Copy-ready code
/* CSS */
color: #cadf9b;
background-color: #cadf9b;
/* Tailwind (arbitrary) */
class="text-[#cadf9b] bg-[#cadf9b]"
/* SCSS */
$brand: #cadf9b;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.608)
/* Android */
Color.parseColor("#cadf9b")Accessibility — WCAG contrast
Aa
#cadf9b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadf9b on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue60.8%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow30.5%
Key (black)12.5%
Color previews
#cadf9b text on a black background
contrast 14.54:1
Card sample
#cadf9b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadf9b;
Background color
Panel with #cadf9b background
background-color: #cadf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadf9b; background: linear-gradient(135deg, #cadf9b, #9DDF9B);