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