#081613
a deep, vivid cyan · cool · closest name: black
RGB
8, 22, 19
HSL
167°, 47%, 6%
CMYK
64, 0, 14, 91
Luminance
0.0067
Every format
| HEX | #081613 |
| RGB | rgb(8, 22, 19) |
| HSL | hsl(167, 47%, 6%) |
| CMYK | cmyk(64%, 0%, 14%, 91%) |
| LAB | lab(6.1 -5.5 0.2) |
| LCH | lch(6.1 5.5 178.0) |
| OKLCH | oklch(0.186 0.021 178.7) |
Copy-ready code
/* CSS */
color: #081613;
background-color: #081613;
/* Tailwind (arbitrary) */
class="text-[#081613] bg-[#081613]"
/* SCSS */
$brand: #081613;
/* SwiftUI */
Color(red: 0.031, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#081613")Accessibility — WCAG contrast
Aa
#081613 on white: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081613 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green8.6%
Blue7.5%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow13.6%
Key (black)91.4%
Color previews
#081613 text on a black background
contrast 1.13:1
Card sample
#081613 text on a white background
contrast 18.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081613;
Background color
Panel with #081613 background
background-color: #081613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081613; background: linear-gradient(135deg, #081613, #081016);