#031602
a deep, electric green · cool · closest name: black
RGB
3, 22, 2
HSL
117°, 83%, 5%
CMYK
86, 0, 91, 91
Luminance
0.0060
Every format
| HEX | #031602 |
| RGB | rgb(3, 22, 2) |
| HSL | hsl(117, 83%, 5%) |
| CMYK | cmyk(86%, 0%, 91%, 91%) |
| LAB | lab(5.4 -9.5 7.1) |
| LCH | lch(5.4 11.9 143.4) |
| OKLCH | oklch(0.177 0.051 141.8) |
Copy-ready code
/* CSS */
color: #031602;
background-color: #031602;
/* Tailwind (arbitrary) */
class="text-[#031602] bg-[#031602]"
/* SCSS */
$brand: #031602;
/* SwiftUI */
Color(red: 0.012, green: 0.086, blue: 0.008)
/* Android */
Color.parseColor("#031602")Accessibility — WCAG contrast
Aa
#031602 on white: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031602 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green8.6%
Blue0.8%
CMYK percentages
Cyan86.4%
Magenta0.0%
Yellow90.9%
Key (black)91.4%
Color previews
#031602 text on a black background
contrast 1.12:1
Card sample
#031602 text on a white background
contrast 18.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031602;
Background color
Panel with #031602 background
background-color: #031602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 22, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 22, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031602; background: linear-gradient(135deg, #031602, #02160E);