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