#03220e
a deep, electric green · cool · closest name: black
RGB
3, 34, 14
HSL
141°, 84%, 7%
CMYK
91, 0, 59, 87
Luminance
0.0120
Every format
| HEX | #03220e |
| RGB | rgb(3, 34, 14) |
| HSL | hsl(141, 84%, 7%) |
| CMYK | cmyk(91%, 0%, 59%, 87%) |
| LAB | lab(10.5 -17.1 9.4) |
| LCH | lch(10.5 19.6 151.2) |
| OKLCH | oklch(0.223 0.053 152.0) |
Copy-ready code
/* CSS */
color: #03220e;
background-color: #03220e;
/* Tailwind (arbitrary) */
class="text-[#03220e] bg-[#03220e]"
/* SCSS */
$brand: #03220e;
/* SwiftUI */
Color(red: 0.012, green: 0.133, blue: 0.055)
/* Android */
Color.parseColor("#03220e")Accessibility — WCAG contrast
Aa
#03220e on white: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03220e on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green13.3%
Blue5.5%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow58.8%
Key (black)86.7%
Color previews
#03220e text on a black background
contrast 1.24:1
Card sample
#03220e text on a white background
contrast 16.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03220e;
Background color
Panel with #03220e background
background-color: #03220e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03220e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 34, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 34, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03220e; background: linear-gradient(135deg, #03220e, #032222);