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