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