#032505
a deep, electric green · cool · closest name: black
RGB
3, 37, 5
HSL
124°, 85%, 8%
CMYK
92, 0, 87, 86
Luminance
0.0135
Every format
| HEX | #032505 |
| RGB | rgb(3, 37, 5) |
| HSL | hsl(124, 85%, 8%) |
| CMYK | cmyk(92%, 0%, 87%, 86%) |
| LAB | lab(11.6 -20.4 14.8) |
| LCH | lch(11.6 25.3 144.0) |
| OKLCH | oklch(0.232 0.069 144.1) |
Copy-ready code
/* CSS */
color: #032505;
background-color: #032505;
/* Tailwind (arbitrary) */
class="text-[#032505] bg-[#032505]"
/* SCSS */
$brand: #032505;
/* SwiftUI */
Color(red: 0.012, green: 0.145, blue: 0.020)
/* Android */
Color.parseColor("#032505")Accessibility — WCAG contrast
Aa
#032505 on white: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032505 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green14.5%
Blue2.0%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow86.5%
Key (black)85.5%
Color previews
#032505 text on a black background
contrast 1.27:1
Card sample
#032505 text on a white background
contrast 16.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032505;
Background color
Panel with #032505 background
background-color: #032505;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032505;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 37, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 37, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032505; background: linear-gradient(135deg, #032505, #03251B);