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