#d2fd52
a light, electric green · cool · closest name: yellow
RGB
210, 253, 82
HSL
75°, 98%, 66%
CMYK
17, 0, 68, 1
Luminance
0.8456
Every format
| HEX | #d2fd52 |
| RGB | rgb(210, 253, 82) |
| HSL | hsl(75, 98%, 66%) |
| CMYK | cmyk(17%, 0%, 68%, 1%) |
| LAB | lab(93.7 -36.3 73.6) |
| LCH | lch(93.7 82.1 116.3) |
| OKLCH | oklch(0.933 0.197 122.5) |
Copy-ready code
/* CSS */
color: #d2fd52;
background-color: #d2fd52;
/* Tailwind (arbitrary) */
class="text-[#d2fd52] bg-[#d2fd52]"
/* SCSS */
$brand: #d2fd52;
/* SwiftUI */
Color(red: 0.824, green: 0.992, blue: 0.322)
/* Android */
Color.parseColor("#d2fd52")Accessibility — WCAG contrast
Aa
#d2fd52 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fd52 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green99.2%
Blue32.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow67.6%
Key (black)0.8%
Color previews
#d2fd52 text on a black background
contrast 17.91:1
Card sample
#d2fd52 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fd52;
Background color
Panel with #d2fd52 background
background-color: #d2fd52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fd52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 253, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 253, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fd52; background: linear-gradient(135deg, #d2fd52, #60FD52);