#032c18
a deep, electric green · cool · closest name: darkslategray
RGB
3, 44, 24
HSL
151°, 87%, 9%
CMYK
93, 0, 46, 83
Luminance
0.0189
Every format
| HEX | #032c18 |
| RGB | rgb(3, 44, 24) |
| HSL | hsl(151, 87%, 9%) |
| CMYK | cmyk(93%, 0%, 46%, 83%) |
| LAB | lab(14.9 -19.9 9.1) |
| LCH | lch(14.9 21.9 155.4) |
| OKLCH | oklch(0.259 0.058 157.0) |
Copy-ready code
/* CSS */
color: #032c18;
background-color: #032c18;
/* Tailwind (arbitrary) */
class="text-[#032c18] bg-[#032c18]"
/* SCSS */
$brand: #032c18;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.094)
/* Android */
Color.parseColor("#032c18")Accessibility — WCAG contrast
Aa
#032c18 on white: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c18 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue9.4%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow45.5%
Key (black)82.7%
Color previews
#032c18 text on a black background
contrast 1.38:1
Card sample
#032c18 text on a white background
contrast 15.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c18;
Background color
Panel with #032c18 background
background-color: #032c18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c18; background: linear-gradient(135deg, #032c18, #03252C);