#03472c
a deep, electric green · cool · closest name: darkslategray
RGB
3, 71, 44
HSL
156°, 92%, 15%
CMYK
96, 0, 38, 72
Luminance
0.0471
Every format
| HEX | #03472c |
| RGB | rgb(3, 71, 44) |
| HSL | hsl(156, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 38%, 72%) |
| LAB | lab(25.9 -27.1 10.8) |
| LCH | lch(25.9 29.2 158.2) |
| OKLCH | oklch(0.352 0.078 159.6) |
Copy-ready code
/* CSS */
color: #03472c;
background-color: #03472c;
/* Tailwind (arbitrary) */
class="text-[#03472c] bg-[#03472c]"
/* SCSS */
$brand: #03472c;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.173)
/* Android */
Color.parseColor("#03472c")Accessibility — WCAG contrast
Aa
#03472c on white: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03472c on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue17.3%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow38.0%
Key (black)72.2%
Color previews
#03472c text on a black background
contrast 1.94:1
Card sample
#03472c text on a white background
contrast 10.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03472c;
Background color
Panel with #03472c background
background-color: #03472c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03472c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03472c; background: linear-gradient(135deg, #03472c, #033547);