#03491f
a deep, electric green · cool · closest name: seagreen
RGB
3, 73, 31
HSL
144°, 92%, 15%
CMYK
96, 0, 58, 71
Luminance
0.0488
Every format
| HEX | #03491f |
| RGB | rgb(3, 73, 31) |
| HSL | hsl(144, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 58%, 71%) |
| LAB | lab(26.4 -30.8 19.5) |
| LCH | lch(26.4 36.5 147.7) |
| OKLCH | oklch(0.355 0.095 150.3) |
Copy-ready code
/* CSS */
color: #03491f;
background-color: #03491f;
/* Tailwind (arbitrary) */
class="text-[#03491f] bg-[#03491f]"
/* SCSS */
$brand: #03491f;
/* SwiftUI */
Color(red: 0.012, green: 0.286, blue: 0.122)
/* Android */
Color.parseColor("#03491f")Accessibility — WCAG contrast
Aa
#03491f on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03491f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.6%
Blue12.2%
CMYK percentages
Cyan95.9%
Magenta0.0%
Yellow57.5%
Key (black)71.4%
Color previews
#03491f text on a black background
contrast 1.98:1
Card sample
#03491f text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03491f;
Background color
Panel with #03491f background
background-color: #03491f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03491f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 73, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 73, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03491f; background: linear-gradient(135deg, #03491f, #034449);