#cdfe52
a light, electric green · cool · closest name: yellow
RGB
205, 254, 82
HSL
77°, 99%, 66%
CMYK
19, 0, 68, 0
Luminance
0.8447
Every format
| HEX | #cdfe52 |
| RGB | rgb(205, 254, 82) |
| HSL | hsl(77, 99%, 66%) |
| CMYK | cmyk(19%, 0%, 68%, 0%) |
| LAB | lab(93.7 -38.7 73.5) |
| LCH | lch(93.7 83.0 117.8) |
| OKLCH | oklch(0.932 0.200 124.1) |
Copy-ready code
/* CSS */
color: #cdfe52;
background-color: #cdfe52;
/* Tailwind (arbitrary) */
class="text-[#cdfe52] bg-[#cdfe52]"
/* SCSS */
$brand: #cdfe52;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.322)
/* Android */
Color.parseColor("#cdfe52")Accessibility — WCAG contrast
Aa
#cdfe52 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe52 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue32.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow67.7%
Key (black)0.4%
Color previews
#cdfe52 text on a black background
contrast 17.89:1
Card sample
#cdfe52 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe52;
Background color
Panel with #cdfe52 background
background-color: #cdfe52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe52; background: linear-gradient(135deg, #cdfe52, #5AFE52);