#cdfc9d
a light, electric green · cool · closest name: khaki
RGB
205, 252, 157
HSL
90°, 94%, 80%
CMYK
19, 0, 38, 1
Luminance
0.8503
Every format
| HEX | #cdfc9d |
| RGB | rgb(205, 252, 157) |
| HSL | hsl(90, 94%, 80%) |
| CMYK | cmyk(19%, 0%, 38%, 1%) |
| LAB | lab(93.9 -30.8 40.7) |
| LCH | lch(93.9 51.0 127.1) |
| OKLCH | oklch(0.937 0.131 130.0) |
Copy-ready code
/* CSS */
color: #cdfc9d;
background-color: #cdfc9d;
/* Tailwind (arbitrary) */
class="text-[#cdfc9d] bg-[#cdfc9d]"
/* SCSS */
$brand: #cdfc9d;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.616)
/* Android */
Color.parseColor("#cdfc9d")Accessibility — WCAG contrast
Aa
#cdfc9d on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc9d on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue61.6%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow37.7%
Key (black)1.2%
Color previews
#cdfc9d text on a black background
contrast 18.01:1
Card sample
#cdfc9d text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc9d;
Background color
Panel with #cdfc9d background
background-color: #cdfc9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc9d; background: linear-gradient(135deg, #cdfc9d, #9DFCAC);