#d2f539
a balanced, electric green · cool · closest name: yellow
RGB
210, 245, 57
HSL
71°, 90%, 59%
CMYK
14, 0, 77, 4
Luminance
0.7930
Every format
| HEX | #d2f539 |
| RGB | rgb(210, 245, 57) |
| HSL | hsl(71, 90%, 59%) |
| CMYK | cmyk(14%, 0%, 77%, 4%) |
| LAB | lab(91.4 -34.0 79.5) |
| LCH | lch(91.4 86.5 113.1) |
| OKLCH | oklch(0.914 0.202 120.1) |
Copy-ready code
/* CSS */
color: #d2f539;
background-color: #d2f539;
/* Tailwind (arbitrary) */
class="text-[#d2f539] bg-[#d2f539]"
/* SCSS */
$brand: #d2f539;
/* SwiftUI */
Color(red: 0.824, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#d2f539")Accessibility — WCAG contrast
Aa
#d2f539 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f539 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green96.1%
Blue22.4%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#d2f539 text on a black background
contrast 16.86:1
Card sample
#d2f539 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f539;
Background color
Panel with #d2f539 background
background-color: #d2f539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f539; background: linear-gradient(135deg, #d2f539, #54F539);