#cdfd4e
a balanced, electric green · cool · closest name: yellow
RGB
205, 253, 78
HSL
77°, 98%, 65%
CMYK
19, 0, 69, 1
Luminance
0.8378
Every format
| HEX | #cdfd4e |
| RGB | rgb(205, 253, 78) |
| HSL | hsl(77, 98%, 65%) |
| CMYK | cmyk(19%, 0%, 69%, 1%) |
| LAB | lab(93.3 -38.5 74.6) |
| LCH | lch(93.3 84.0 117.3) |
| OKLCH | oklch(0.930 0.201 123.7) |
Copy-ready code
/* CSS */
color: #cdfd4e;
background-color: #cdfd4e;
/* Tailwind (arbitrary) */
class="text-[#cdfd4e] bg-[#cdfd4e]"
/* SCSS */
$brand: #cdfd4e;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.306)
/* Android */
Color.parseColor("#cdfd4e")Accessibility — WCAG contrast
Aa
#cdfd4e on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfd4e on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue30.6%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow69.2%
Key (black)0.8%
Color previews
#cdfd4e text on a black background
contrast 17.76:1
Card sample
#cdfd4e text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfd4e;
Background color
Panel with #cdfd4e background
background-color: #cdfd4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfd4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfd4e; background: linear-gradient(135deg, #cdfd4e, #58FD4E);