#cdfe6c
a light, electric green · cool · closest name: khaki
RGB
205, 254, 108
HSL
80°, 99%, 71%
CMYK
19, 0, 58, 0
Luminance
0.8495
Every format
| HEX | #cdfe6c |
| RGB | rgb(205, 254, 108) |
| HSL | hsl(80, 99%, 71%) |
| CMYK | cmyk(19%, 0%, 58%, 0%) |
| LAB | lab(93.9 -36.8 63.4) |
| LCH | lch(93.9 73.3 120.2) |
| OKLCH | oklch(0.934 0.181 125.3) |
Copy-ready code
/* CSS */
color: #cdfe6c;
background-color: #cdfe6c;
/* Tailwind (arbitrary) */
class="text-[#cdfe6c] bg-[#cdfe6c]"
/* SCSS */
$brand: #cdfe6c;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.424)
/* Android */
Color.parseColor("#cdfe6c")Accessibility — WCAG contrast
Aa
#cdfe6c on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe6c on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue42.4%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow57.5%
Key (black)0.4%
Color previews
#cdfe6c text on a black background
contrast 17.99:1
Card sample
#cdfe6c text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe6c;
Background color
Panel with #cdfe6c background
background-color: #cdfe6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe6c; background: linear-gradient(135deg, #cdfe6c, #6CFE6C);