#032911
a deep, electric green · cool · closest name: darkslategray
RGB
3, 41, 17
HSL
142°, 86%, 9%
CMYK
93, 0, 59, 84
Luminance
0.0165
Every format
| HEX | #032911 |
| RGB | rgb(3, 41, 17) |
| HSL | hsl(142, 86%, 9%) |
| CMYK | cmyk(93%, 0%, 59%, 84%) |
| LAB | lab(13.5 -20.2 11.9) |
| LCH | lch(13.5 23.4 149.5) |
| OKLCH | oklch(0.248 0.062 151.5) |
Copy-ready code
/* CSS */
color: #032911;
background-color: #032911;
/* Tailwind (arbitrary) */
class="text-[#032911] bg-[#032911]"
/* SCSS */
$brand: #032911;
/* SwiftUI */
Color(red: 0.012, green: 0.161, blue: 0.067)
/* Android */
Color.parseColor("#032911")Accessibility — WCAG contrast
Aa
#032911 on white: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032911 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.1%
Blue6.7%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow58.5%
Key (black)83.9%
Color previews
#032911 text on a black background
contrast 1.33:1
Card sample
#032911 text on a white background
contrast 15.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032911;
Background color
Panel with #032911 background
background-color: #032911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 41, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 41, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032911; background: linear-gradient(135deg, #032911, #032829);