#cdfe7d
a light, electric green · cool · closest name: khaki
RGB
205, 254, 125
HSL
83°, 99%, 74%
CMYK
19, 0, 51, 0
Luminance
0.8534
Every format
| HEX | #cdfe7d |
| RGB | rgb(205, 254, 125) |
| HSL | hsl(83, 99%, 74%) |
| CMYK | cmyk(19%, 0%, 51%, 0%) |
| LAB | lab(94.0 -35.3 56.1) |
| LCH | lch(94.0 66.3 122.2) |
| OKLCH | oklch(0.936 0.166 126.6) |
Copy-ready code
/* CSS */
color: #cdfe7d;
background-color: #cdfe7d;
/* Tailwind (arbitrary) */
class="text-[#cdfe7d] bg-[#cdfe7d]"
/* SCSS */
$brand: #cdfe7d;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.490)
/* Android */
Color.parseColor("#cdfe7d")Accessibility — WCAG contrast
Aa
#cdfe7d on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe7d on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue49.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow50.8%
Key (black)0.4%
Color previews
#cdfe7d text on a black background
contrast 18.07:1
Card sample
#cdfe7d text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe7d;
Background color
Panel with #cdfe7d background
background-color: #cdfe7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe7d; background: linear-gradient(135deg, #cdfe7d, #7DFE83);