#032205
a deep, electric green · cool · closest name: black
RGB
3, 34, 5
HSL
124°, 84%, 7%
CMYK
91, 0, 85, 87
Luminance
0.0117
Every format
| HEX | #032205 |
| RGB | rgb(3, 34, 5) |
| HSL | hsl(124, 84%, 7%) |
| CMYK | cmyk(91%, 0%, 85%, 87%) |
| LAB | lab(10.4 -18.6 13.1) |
| LCH | lch(10.4 22.7 144.9) |
| OKLCH | oklch(0.221 0.065 144.3) |
Copy-ready code
/* CSS */
color: #032205;
background-color: #032205;
/* Tailwind (arbitrary) */
class="text-[#032205] bg-[#032205]"
/* SCSS */
$brand: #032205;
/* SwiftUI */
Color(red: 0.012, green: 0.133, blue: 0.020)
/* Android */
Color.parseColor("#032205")Accessibility — WCAG contrast
Aa
#032205 on white: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032205 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green13.3%
Blue2.0%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow85.3%
Key (black)86.7%
Color previews
#032205 text on a black background
contrast 1.23:1
Card sample
#032205 text on a white background
contrast 17.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032205;
Background color
Panel with #032205 background
background-color: #032205;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032205;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 34, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 34, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032205; background: linear-gradient(135deg, #032205, #03221A);