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