#032809
a deep, electric green · cool · closest name: darkslategray
RGB
3, 40, 9
HSL
130°, 86%, 8%
CMYK
93, 0, 78, 84
Luminance
0.0156
Every format
| HEX | #032809 |
| RGB | rgb(3, 40, 9) |
| HSL | hsl(130, 86%, 8%) |
| CMYK | cmyk(93%, 0%, 78%, 84%) |
| LAB | lab(13.0 -21.2 15.0) |
| LCH | lch(13.0 26.0 144.8) |
| OKLCH | oklch(0.243 0.069 146.1) |
Copy-ready code
/* CSS */
color: #032809;
background-color: #032809;
/* Tailwind (arbitrary) */
class="text-[#032809] bg-[#032809]"
/* SCSS */
$brand: #032809;
/* SwiftUI */
Color(red: 0.012, green: 0.157, blue: 0.035)
/* Android */
Color.parseColor("#032809")Accessibility — WCAG contrast
Aa
#032809 on white: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032809 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green15.7%
Blue3.5%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow77.5%
Key (black)84.3%
Color previews
#032809 text on a black background
contrast 1.31:1
Card sample
#032809 text on a white background
contrast 16.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032809;
Background color
Panel with #032809 background
background-color: #032809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 40, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 40, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032809; background: linear-gradient(135deg, #032809, #032822);