#03462f
a deep, electric green · cool · closest name: darkslategray
RGB
3, 70, 47
HSL
159°, 92%, 14%
CMYK
96, 0, 33, 73
Luminance
0.0460
Every format
| HEX | #03462f |
| RGB | rgb(3, 70, 47) |
| HSL | hsl(159, 92%, 14%) |
| CMYK | cmyk(96%, 0%, 33%, 73%) |
| LAB | lab(25.6 -25.9 8.5) |
| LCH | lch(25.6 27.3 161.8) |
| OKLCH | oklch(0.349 0.074 163.0) |
Copy-ready code
/* CSS */
color: #03462f;
background-color: #03462f;
/* Tailwind (arbitrary) */
class="text-[#03462f] bg-[#03462f]"
/* SCSS */
$brand: #03462f;
/* SwiftUI */
Color(red: 0.012, green: 0.275, blue: 0.184)
/* Android */
Color.parseColor("#03462f")Accessibility — WCAG contrast
Aa
#03462f on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03462f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.5%
Blue18.4%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow32.9%
Key (black)72.5%
Color previews
#03462f text on a black background
contrast 1.92:1
Card sample
#03462f text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03462f;
Background color
Panel with #03462f background
background-color: #03462f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03462f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 70, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 70, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03462f; background: linear-gradient(135deg, #03462f, #033046);