#13170e
a deep, soft green · cool · closest name: black
RGB
19, 23, 14
HSL
87°, 24%, 7%
CMYK
17, 0, 39, 91
Luminance
0.0078
Every format
| HEX | #13170e |
| RGB | rgb(19, 23, 14) |
| HSL | hsl(87, 24%, 7%) |
| CMYK | cmyk(17%, 0%, 39%, 91%) |
| LAB | lab(7.1 -3.7 4.6) |
| LCH | lch(7.1 5.9 128.8) |
| OKLCH | oklch(0.197 0.018 127.5) |
Copy-ready code
/* CSS */
color: #13170e;
background-color: #13170e;
/* Tailwind (arbitrary) */
class="text-[#13170e] bg-[#13170e]"
/* SCSS */
$brand: #13170e;
/* SwiftUI */
Color(red: 0.075, green: 0.090, blue: 0.055)
/* Android */
Color.parseColor("#13170e")Accessibility — WCAG contrast
Aa
#13170e on white: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13170e on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green9.0%
Blue5.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow39.1%
Key (black)91.0%
Color previews
#13170e text on a black background
contrast 1.16:1
Card sample
#13170e text on a white background
contrast 18.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13170e;
Background color
Panel with #13170e background
background-color: #13170e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13170e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 23, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 23, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13170e; background: linear-gradient(135deg, #13170e, #0E170F);