#032c02
a deep, electric green · cool · closest name: darkslategray
RGB
3, 44, 2
HSL
119°, 91%, 9%
CMYK
93, 0, 96, 83
Luminance
0.0183
Every format
| HEX | #032c02 |
| RGB | rgb(3, 44, 2) |
| HSL | hsl(119, 91%, 9%) |
| CMYK | cmyk(93%, 0%, 96%, 83%) |
| LAB | lab(14.5 -24.0 19.9) |
| LCH | lch(14.5 31.2 140.3) |
| OKLCH | oklch(0.256 0.082 142.3) |
Copy-ready code
/* CSS */
color: #032c02;
background-color: #032c02;
/* Tailwind (arbitrary) */
class="text-[#032c02] bg-[#032c02]"
/* SCSS */
$brand: #032c02;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.008)
/* Android */
Color.parseColor("#032c02")Accessibility — WCAG contrast
Aa
#032c02 on white: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c02 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue0.8%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow95.5%
Key (black)82.7%
Color previews
#032c02 text on a black background
contrast 1.37:1
Card sample
#032c02 text on a white background
contrast 15.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c02;
Background color
Panel with #032c02 background
background-color: #032c02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c02; background: linear-gradient(135deg, #032c02, #022C1D);