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