#03ba49
a dark, electric green · cool · closest name: forestgreen
RGB
3, 186, 73
HSL
143°, 97%, 37%
CMYK
98, 0, 61, 27
Luminance
0.3562
Every format
| HEX | #03ba49 |
| RGB | rgb(3, 186, 73) |
| HSL | hsl(143, 97%, 37%) |
| CMYK | cmyk(98%, 0%, 61%, 27%) |
| LAB | lab(66.2 -63.1 45.4) |
| LCH | lch(66.2 77.7 144.3) |
| OKLCH | oklch(0.688 0.200 147.7) |
Copy-ready code
/* CSS */
color: #03ba49;
background-color: #03ba49;
/* Tailwind (arbitrary) */
class="text-[#03ba49] bg-[#03ba49]"
/* SCSS */
$brand: #03ba49;
/* SwiftUI */
Color(red: 0.012, green: 0.729, blue: 0.286)
/* Android */
Color.parseColor("#03ba49")Accessibility — WCAG contrast
Aa
#03ba49 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ba49 on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green72.9%
Blue28.6%
CMYK percentages
Cyan98.4%
Magenta0.0%
Yellow60.8%
Key (black)27.1%
Color previews
#03ba49 text on a black background
contrast 8.12:1
Card sample
#03ba49 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ba49;
Background color
Panel with #03ba49 background
background-color: #03ba49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ba49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 186, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 186, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ba49; background: linear-gradient(135deg, #03ba49, #03B1BA);