#03472f
a deep, electric green · cool · closest name: darkslategray
RGB
3, 71, 47
HSL
159°, 92%, 15%
CMYK
96, 0, 34, 72
Luminance
0.0473
Every format
| HEX | #03472f |
| RGB | rgb(3, 71, 47) |
| HSL | hsl(159, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 34%, 72%) |
| LAB | lab(25.9 -26.4 9.0) |
| LCH | lch(25.9 27.9 161.1) |
| OKLCH | oklch(0.353 0.075 162.3) |
Copy-ready code
/* CSS */
color: #03472f;
background-color: #03472f;
/* Tailwind (arbitrary) */
class="text-[#03472f] bg-[#03472f]"
/* SCSS */
$brand: #03472f;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.184)
/* Android */
Color.parseColor("#03472f")Accessibility — WCAG contrast
Aa
#03472f on white: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03472f on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue18.4%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow33.8%
Key (black)72.2%
Color previews
#03472f text on a black background
contrast 1.95:1
Card sample
#03472f text on a white background
contrast 10.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03472f;
Background color
Panel with #03472f background
background-color: #03472f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03472f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03472f; background: linear-gradient(135deg, #03472f, #033247);