#03160f
a deep, electric green · cool · closest name: black
RGB
3, 22, 15
HSL
158°, 76%, 5%
CMYK
86, 0, 32, 91
Luminance
0.0063
Every format
| HEX | #03160f |
| RGB | rgb(3, 22, 15) |
| HSL | hsl(158, 76%, 5%) |
| CMYK | cmyk(86%, 0%, 32%, 91%) |
| LAB | lab(5.7 -7.6 1.9) |
| LCH | lch(5.7 7.8 166.1) |
| OKLCH | oklch(0.181 0.031 167.8) |
Copy-ready code
/* CSS */
color: #03160f;
background-color: #03160f;
/* Tailwind (arbitrary) */
class="text-[#03160f] bg-[#03160f]"
/* SCSS */
$brand: #03160f;
/* SwiftUI */
Color(red: 0.012, green: 0.086, blue: 0.059)
/* Android */
Color.parseColor("#03160f")Accessibility — WCAG contrast
Aa
#03160f on white: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03160f on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green8.6%
Blue5.9%
CMYK percentages
Cyan86.4%
Magenta0.0%
Yellow31.8%
Key (black)91.4%
Color previews
#03160f text on a black background
contrast 1.13:1
Card sample
#03160f text on a white background
contrast 18.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03160f;
Background color
Panel with #03160f background
background-color: #03160f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03160f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 22, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 22, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03160f; background: linear-gradient(135deg, #03160f, #031016);