#03290e
a deep, electric green · cool · closest name: darkslategray
RGB
3, 41, 14
HSL
137°, 86%, 9%
CMYK
93, 0, 66, 84
Luminance
0.0164
Every format
| HEX | #03290e |
| RGB | rgb(3, 41, 14) |
| HSL | hsl(137, 86%, 9%) |
| CMYK | cmyk(93%, 0%, 66%, 84%) |
| LAB | lab(13.4 -20.8 13.4) |
| LCH | lch(13.4 24.8 147.2) |
| OKLCH | oklch(0.247 0.065 149.1) |
Copy-ready code
/* CSS */
color: #03290e;
background-color: #03290e;
/* Tailwind (arbitrary) */
class="text-[#03290e] bg-[#03290e]"
/* SCSS */
$brand: #03290e;
/* SwiftUI */
Color(red: 0.012, green: 0.161, blue: 0.055)
/* Android */
Color.parseColor("#03290e")Accessibility — WCAG contrast
Aa
#03290e on white: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03290e on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.1%
Blue5.5%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow65.9%
Key (black)83.9%
Color previews
#03290e text on a black background
contrast 1.33:1
Card sample
#03290e text on a white background
contrast 15.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03290e;
Background color
Panel with #03290e background
background-color: #03290e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03290e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 41, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 41, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03290e; background: linear-gradient(135deg, #03290e, #032927);