#d2fd34
a balanced, electric green · cool · closest name: yellow
RGB
210, 253, 52
HSL
73°, 98%, 60%
CMYK
17, 0, 79, 1
Luminance
0.8420
Every format
| HEX | #d2fd34 |
| RGB | rgb(210, 253, 52) |
| HSL | hsl(73, 98%, 60%) |
| CMYK | cmyk(17%, 0%, 79%, 1%) |
| LAB | lab(93.5 -37.8 82.8) |
| LCH | lch(93.5 91.0 114.5) |
| OKLCH | oklch(0.931 0.212 121.8) |
Copy-ready code
/* CSS */
color: #d2fd34;
background-color: #d2fd34;
/* Tailwind (arbitrary) */
class="text-[#d2fd34] bg-[#d2fd34]"
/* SCSS */
$brand: #d2fd34;
/* SwiftUI */
Color(red: 0.824, green: 0.992, blue: 0.204)
/* Android */
Color.parseColor("#d2fd34")Accessibility — WCAG contrast
Aa
#d2fd34 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fd34 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green99.2%
Blue20.4%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow79.4%
Key (black)0.8%
Color previews
#d2fd34 text on a black background
contrast 17.84:1
Card sample
#d2fd34 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fd34;
Background color
Panel with #d2fd34 background
background-color: #d2fd34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fd34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 253, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 253, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fd34; background: linear-gradient(135deg, #d2fd34, #4CFD34);