#d2f525
a balanced, electric green · cool · closest name: yellow
RGB
210, 245, 37
HSL
70°, 91%, 55%
CMYK
14, 0, 85, 4
Luminance
0.7914
Every format
| HEX | #d2f525 |
| RGB | rgb(210, 245, 37) |
| HSL | hsl(70, 91%, 55%) |
| CMYK | cmyk(14%, 0%, 85%, 4%) |
| LAB | lab(91.3 -34.6 84.3) |
| LCH | lch(91.3 91.2 112.3) |
| OKLCH | oklch(0.913 0.209 119.8) |
Copy-ready code
/* CSS */
color: #d2f525;
background-color: #d2f525;
/* Tailwind (arbitrary) */
class="text-[#d2f525] bg-[#d2f525]"
/* SCSS */
$brand: #d2f525;
/* SwiftUI */
Color(red: 0.824, green: 0.961, blue: 0.145)
/* Android */
Color.parseColor("#d2f525")Accessibility — WCAG contrast
Aa
#d2f525 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f525 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green96.1%
Blue14.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow84.9%
Key (black)3.9%
Color previews
#d2f525 text on a black background
contrast 16.83:1
Card sample
#d2f525 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f525;
Background color
Panel with #d2f525 background
background-color: #d2f525;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f525;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 245, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 245, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f525; background: linear-gradient(135deg, #d2f525, #47F525);