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