#032813
a deep, electric green · cool · closest name: darkslategray
RGB
3, 40, 19
HSL
146°, 86%, 8%
CMYK
93, 0, 53, 84
Luminance
0.0158
Every format
| HEX | #032813 |
| RGB | rgb(3, 40, 19) |
| HSL | hsl(146, 86%, 8%) |
| CMYK | cmyk(93%, 0%, 53%, 84%) |
| LAB | lab(13.1 -19.3 10.2) |
| LCH | lch(13.1 21.8 152.2) |
| OKLCH | oklch(0.245 0.058 154.0) |
Copy-ready code
/* CSS */
color: #032813;
background-color: #032813;
/* Tailwind (arbitrary) */
class="text-[#032813] bg-[#032813]"
/* SCSS */
$brand: #032813;
/* SwiftUI */
Color(red: 0.012, green: 0.157, blue: 0.075)
/* Android */
Color.parseColor("#032813")Accessibility — WCAG contrast
Aa
#032813 on white: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032813 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green15.7%
Blue7.5%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow52.5%
Key (black)84.3%
Color previews
#032813 text on a black background
contrast 1.32:1
Card sample
#032813 text on a white background
contrast 15.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032813;
Background color
Panel with #032813 background
background-color: #032813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 40, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 40, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032813; background: linear-gradient(135deg, #032813, #032428);