#cdff4e
a light, electric green · cool · closest name: yellow
RGB
205, 255, 78
HSL
77°, 100%, 65%
CMYK
20, 0, 69, 0
Luminance
0.8505
Every format
| HEX | #cdff4e |
| RGB | rgb(205, 255, 78) |
| HSL | hsl(77, 100%, 65%) |
| CMYK | cmyk(20%, 0%, 69%, 0%) |
| LAB | lab(93.9 -39.4 75.2) |
| LCH | lch(93.9 84.8 117.6) |
| OKLCH | oklch(0.934 0.203 124.1) |
Copy-ready code
/* CSS */
color: #cdff4e;
background-color: #cdff4e;
/* Tailwind (arbitrary) */
class="text-[#cdff4e] bg-[#cdff4e]"
/* SCSS */
$brand: #cdff4e;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.306)
/* Android */
Color.parseColor("#cdff4e")Accessibility — WCAG contrast
Aa
#cdff4e on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff4e on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue30.6%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow69.4%
Key (black)0.0%
Color previews
#cdff4e text on a black background
contrast 18.01:1
Card sample
#cdff4e text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff4e;
Background color
Panel with #cdff4e background
background-color: #cdff4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff4e; background: linear-gradient(135deg, #cdff4e, #57FF4E);