#cdf9ad
a light, electric green · cool · closest name: khaki
RGB
205, 249, 173
HSL
95°, 86%, 83%
CMYK
18, 0, 31, 2
Luminance
0.8375
Every format
| HEX | #cdf9ad |
| RGB | rgb(205, 249, 173) |
| HSL | hsl(95, 86%, 83%) |
| CMYK | cmyk(18%, 0%, 31%, 2%) |
| LAB | lab(93.3 -27.2 32.0) |
| LCH | lch(93.3 42.0 130.4) |
| OKLCH | oklch(0.933 0.109 132.6) |
Copy-ready code
/* CSS */
color: #cdf9ad;
background-color: #cdf9ad;
/* Tailwind (arbitrary) */
class="text-[#cdf9ad] bg-[#cdf9ad]"
/* SCSS */
$brand: #cdf9ad;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.678)
/* Android */
Color.parseColor("#cdf9ad")Accessibility — WCAG contrast
Aa
#cdf9ad on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9ad on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue67.8%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow30.5%
Key (black)2.4%
Color previews
#cdf9ad text on a black background
contrast 17.75:1
Card sample
#cdf9ad text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9ad;
Background color
Panel with #cdf9ad background
background-color: #cdf9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9ad; background: linear-gradient(135deg, #cdf9ad, #ADF9BF);