#032805
a deep, electric green · cool · closest name: darkslategray
RGB
3, 40, 5
HSL
123°, 86%, 8%
CMYK
93, 0, 88, 84
Luminance
0.0155
Every format
| HEX | #032805 |
| RGB | rgb(3, 40, 5) |
| HSL | hsl(123, 86%, 8%) |
| CMYK | cmyk(93%, 0%, 88%, 84%) |
| LAB | lab(12.9 -21.9 16.6) |
| LCH | lch(12.9 27.4 142.9) |
| OKLCH | oklch(0.242 0.073 143.9) |
Copy-ready code
/* CSS */
color: #032805;
background-color: #032805;
/* Tailwind (arbitrary) */
class="text-[#032805] bg-[#032805]"
/* SCSS */
$brand: #032805;
/* SwiftUI */
Color(red: 0.012, green: 0.157, blue: 0.020)
/* Android */
Color.parseColor("#032805")Accessibility — WCAG contrast
Aa
#032805 on white: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032805 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green15.7%
Blue2.0%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow87.5%
Key (black)84.3%
Color previews
#032805 text on a black background
contrast 1.31:1
Card sample
#032805 text on a white background
contrast 16.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032805;
Background color
Panel with #032805 background
background-color: #032805;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032805;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 40, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 40, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032805; background: linear-gradient(135deg, #032805, #03281E);