#cdff5e
a light, electric green · cool · closest name: yellow
RGB
205, 255, 94
HSL
79°, 100%, 68%
CMYK
20, 0, 63, 0
Luminance
0.8531
Every format
| HEX | #cdff5e |
| RGB | rgb(205, 255, 94) |
| HSL | hsl(79, 100%, 68%) |
| CMYK | cmyk(20%, 0%, 63%, 0%) |
| LAB | lab(94.0 -38.4 69.3) |
| LCH | lch(94.0 79.2 119.0) |
| OKLCH | oklch(0.935 0.193 124.8) |
Copy-ready code
/* CSS */
color: #cdff5e;
background-color: #cdff5e;
/* Tailwind (arbitrary) */
class="text-[#cdff5e] bg-[#cdff5e]"
/* SCSS */
$brand: #cdff5e;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.369)
/* Android */
Color.parseColor("#cdff5e")Accessibility — WCAG contrast
Aa
#cdff5e on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff5e on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue36.9%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow63.1%
Key (black)0.0%
Color previews
#cdff5e text on a black background
contrast 18.06:1
Card sample
#cdff5e text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff5e;
Background color
Panel with #cdff5e background
background-color: #cdff5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff5e; background: linear-gradient(135deg, #cdff5e, #62FF5E);