#032903
a deep, electric green · cool · closest name: darkslategray
RGB
3, 41, 3
HSL
120°, 86%, 9%
CMYK
93, 0, 93, 84
Luminance
0.0161
Every format
| HEX | #032903 |
| RGB | rgb(3, 41, 3) |
| HSL | hsl(120, 86%, 9%) |
| CMYK | cmyk(93%, 0%, 93%, 84%) |
| LAB | lab(13.3 -22.6 17.9) |
| LCH | lch(13.3 28.9 141.7) |
| OKLCH | oklch(0.245 0.077 142.8) |
Copy-ready code
/* CSS */
color: #032903;
background-color: #032903;
/* Tailwind (arbitrary) */
class="text-[#032903] bg-[#032903]"
/* SCSS */
$brand: #032903;
/* SwiftUI */
Color(red: 0.012, green: 0.161, blue: 0.012)
/* Android */
Color.parseColor("#032903")Accessibility — WCAG contrast
Aa
#032903 on white: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032903 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.1%
Blue1.2%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow92.7%
Key (black)83.9%
Color previews
#032903 text on a black background
contrast 1.32:1
Card sample
#032903 text on a white background
contrast 15.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032903;
Background color
Panel with #032903 background
background-color: #032903;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032903;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 41, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 41, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032903; background: linear-gradient(135deg, #032903, #03291C);