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