#081413
a deep, soft cyan · cool · closest name: black
RGB
8, 20, 19
HSL
175°, 43%, 6%
CMYK
60, 0, 5, 92
Luminance
0.0060
Every format
| HEX | #081413 |
| RGB | rgb(8, 20, 19) |
| HSL | hsl(175, 43%, 6%) |
| CMYK | cmyk(60%, 0%, 5%, 92%) |
| LAB | lab(5.4 -4.2 -0.8) |
| LCH | lch(5.4 4.2 190.6) |
| OKLCH | oklch(0.179 0.018 189.0) |
Copy-ready code
/* CSS */
color: #081413;
background-color: #081413;
/* Tailwind (arbitrary) */
class="text-[#081413] bg-[#081413]"
/* SCSS */
$brand: #081413;
/* SwiftUI */
Color(red: 0.031, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#081413")Accessibility — WCAG contrast
Aa
#081413 on white: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081413 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green7.8%
Blue7.5%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow5.0%
Key (black)92.2%
Color previews
#081413 text on a black background
contrast 1.12:1
Card sample
#081413 text on a white background
contrast 18.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081413;
Background color
Panel with #081413 background
background-color: #081413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081413; background: linear-gradient(135deg, #081413, #080D14);