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