#03a521
a dark, electric green · cool · closest name: green
RGB
3, 165, 33
HSL
131°, 96%, 33%
CMYK
98, 0, 80, 35
Luminance
0.2704
Every format
| HEX | #03a521 |
| RGB | rgb(3, 165, 33) |
| HSL | hsl(131, 96%, 33%) |
| CMYK | cmyk(98%, 0%, 80%, 35%) |
| LAB | lab(59.0 -60.7 53.5) |
| LCH | lch(59.0 80.9 138.6) |
| OKLCH | oklch(0.627 0.203 143.9) |
Copy-ready code
/* CSS */
color: #03a521;
background-color: #03a521;
/* Tailwind (arbitrary) */
class="text-[#03a521] bg-[#03a521]"
/* SCSS */
$brand: #03a521;
/* SwiftUI */
Color(red: 0.012, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#03a521")Accessibility — WCAG contrast
Aa
#03a521 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#03a521 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green64.7%
Blue12.9%
CMYK percentages
Cyan98.2%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#03a521 text on a black background
contrast 6.41:1
Card sample
#03a521 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03a521;
Background color
Panel with #03a521 background
background-color: #03a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03a521; background: linear-gradient(135deg, #03a521, #03A58D);