#031103
a deep, vivid green · cool · closest name: black
RGB
3, 17, 3
HSL
120°, 70%, 4%
CMYK
82, 0, 82, 93
Luminance
0.0043
Every format
| HEX | #031103 |
| RGB | rgb(3, 17, 3) |
| HSL | hsl(120, 70%, 4%) |
| CMYK | cmyk(82%, 0%, 82%, 93%) |
| LAB | lab(3.9 -6.2 4.4) |
| LCH | lch(3.9 7.6 144.5) |
| OKLCH | oklch(0.158 0.040 143.4) |
Copy-ready code
/* CSS */
color: #031103;
background-color: #031103;
/* Tailwind (arbitrary) */
class="text-[#031103] bg-[#031103]"
/* SCSS */
$brand: #031103;
/* SwiftUI */
Color(red: 0.012, green: 0.067, blue: 0.012)
/* Android */
Color.parseColor("#031103")Accessibility — WCAG contrast
Aa
#031103 on white: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031103 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green6.7%
Blue1.2%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow82.4%
Key (black)93.3%
Color previews
#031103 text on a black background
contrast 1.09:1
Card sample
#031103 text on a white background
contrast 19.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031103;
Background color
Panel with #031103 background
background-color: #031103;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031103;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 17, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 17, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031103; background: linear-gradient(135deg, #031103, #03110C);