#032c0b
a deep, electric green · cool · closest name: darkslategray
RGB
3, 44, 11
HSL
132°, 87%, 9%
CMYK
93, 0, 75, 83
Luminance
0.0184
Every format
| HEX | #032c0b |
| RGB | rgb(3, 44, 11) |
| HSL | hsl(132, 87%, 9%) |
| CMYK | cmyk(93%, 0%, 75%, 83%) |
| LAB | lab(14.7 -22.6 16.4) |
| LCH | lch(14.7 27.9 144.1) |
| OKLCH | oklch(0.257 0.073 146.5) |
Copy-ready code
/* CSS */
color: #032c0b;
background-color: #032c0b;
/* Tailwind (arbitrary) */
class="text-[#032c0b] bg-[#032c0b]"
/* SCSS */
$brand: #032c0b;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.043)
/* Android */
Color.parseColor("#032c0b")Accessibility — WCAG contrast
Aa
#032c0b on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c0b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue4.3%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow75.0%
Key (black)82.7%
Color previews
#032c0b text on a black background
contrast 1.37:1
Card sample
#032c0b text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c0b;
Background color
Panel with #032c0b background
background-color: #032c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c0b; background: linear-gradient(135deg, #032c0b, #032C26);