#cdfe8d
a light, electric green · cool · closest name: khaki
RGB
205, 254, 141
HSL
86°, 98%, 78%
CMYK
19, 0, 45, 0
Luminance
0.8579
Every format
| HEX | #cdfe8d |
| RGB | rgb(205, 254, 141) |
| HSL | hsl(86, 98%, 78%) |
| CMYK | cmyk(19%, 0%, 45%, 0%) |
| LAB | lab(94.2 -33.6 48.9) |
| LCH | lch(94.2 59.3 124.5) |
| OKLCH | oklch(0.939 0.150 128.2) |
Copy-ready code
/* CSS */
color: #cdfe8d;
background-color: #cdfe8d;
/* Tailwind (arbitrary) */
class="text-[#cdfe8d] bg-[#cdfe8d]"
/* SCSS */
$brand: #cdfe8d;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.553)
/* Android */
Color.parseColor("#cdfe8d")Accessibility — WCAG contrast
Aa
#cdfe8d on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe8d on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue55.3%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow44.5%
Key (black)0.4%
Color previews
#cdfe8d text on a black background
contrast 18.16:1
Card sample
#cdfe8d text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe8d;
Background color
Panel with #cdfe8d background
background-color: #cdfe8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe8d; background: linear-gradient(135deg, #cdfe8d, #8DFE99);