#03341f
a deep, electric green · cool · closest name: darkslategray
RGB
3, 52, 31
HSL
154°, 89%, 11%
CMYK
94, 0, 40, 80
Luminance
0.0257
Every format
| HEX | #03341f |
| RGB | rgb(3, 52, 31) |
| HSL | hsl(154, 89%, 11%) |
| CMYK | cmyk(94%, 0%, 40%, 80%) |
| LAB | lab(18.3 -21.9 8.9) |
| LCH | lch(18.3 23.6 157.8) |
| OKLCH | oklch(0.288 0.063 159.2) |
Copy-ready code
/* CSS */
color: #03341f;
background-color: #03341f;
/* Tailwind (arbitrary) */
class="text-[#03341f] bg-[#03341f]"
/* SCSS */
$brand: #03341f;
/* SwiftUI */
Color(red: 0.012, green: 0.204, blue: 0.122)
/* Android */
Color.parseColor("#03341f")Accessibility — WCAG contrast
Aa
#03341f on white: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03341f on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green20.4%
Blue12.2%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow40.4%
Key (black)79.6%
Color previews
#03341f text on a black background
contrast 1.51:1
Card sample
#03341f text on a white background
contrast 13.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03341f;
Background color
Panel with #03341f background
background-color: #03341f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03341f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 52, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 52, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03341f; background: linear-gradient(135deg, #03341f, #032834);