#d2f03e
a balanced, electric green · cool · closest name: yellow
RGB
210, 240, 62
HSL
70°, 86%, 59%
CMYK
13, 0, 74, 6
Luminance
0.7637
Every format
| HEX | #d2f03e |
| RGB | rgb(210, 240, 62) |
| HSL | hsl(70, 86%, 59%) |
| CMYK | cmyk(13%, 0%, 74%, 6%) |
| LAB | lab(90.0 -31.4 76.8) |
| LCH | lch(90.0 83.0 112.3) |
| OKLCH | oklch(0.903 0.194 119.0) |
Copy-ready code
/* CSS */
color: #d2f03e;
background-color: #d2f03e;
/* Tailwind (arbitrary) */
class="text-[#d2f03e] bg-[#d2f03e]"
/* SCSS */
$brand: #d2f03e;
/* SwiftUI */
Color(red: 0.824, green: 0.941, blue: 0.243)
/* Android */
Color.parseColor("#d2f03e")Accessibility — WCAG contrast
Aa
#d2f03e on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f03e on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green94.1%
Blue24.3%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow74.2%
Key (black)5.9%
Color previews
#d2f03e text on a black background
contrast 16.27:1
Card sample
#d2f03e text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f03e;
Background color
Panel with #d2f03e background
background-color: #d2f03e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f03e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 240, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 240, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f03e; background: linear-gradient(135deg, #d2f03e, #5BF03E);