#03401b
a deep, electric green · cool · closest name: darkslategray
RGB
3, 64, 27
HSL
144°, 91%, 13%
CMYK
95, 0, 58, 75
Luminance
0.0377
Every format
| HEX | #03401b |
| RGB | rgb(3, 64, 27) |
| HSL | hsl(144, 91%, 13%) |
| CMYK | cmyk(95%, 0%, 58%, 75%) |
| LAB | lab(22.9 -28.0 17.5) |
| LCH | lch(22.9 33.0 148.0) |
| OKLCH | oklch(0.326 0.086 150.5) |
Copy-ready code
/* CSS */
color: #03401b;
background-color: #03401b;
/* Tailwind (arbitrary) */
class="text-[#03401b] bg-[#03401b]"
/* SCSS */
$brand: #03401b;
/* SwiftUI */
Color(red: 0.012, green: 0.251, blue: 0.106)
/* Android */
Color.parseColor("#03401b")Accessibility — WCAG contrast
Aa
#03401b on white: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03401b on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.1%
Blue10.6%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow57.8%
Key (black)74.9%
Color previews
#03401b text on a black background
contrast 1.75:1
Card sample
#03401b text on a white background
contrast 11.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03401b;
Background color
Panel with #03401b background
background-color: #03401b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03401b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 64, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 64, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03401b; background: linear-gradient(135deg, #03401b, #033C40);