#081014
a deep, soft blue · cool · closest name: black
RGB
8, 16, 20
HSL
200°, 43%, 6%
CMYK
60, 20, 0, 92
Luminance
0.0047
Every format
| HEX | #081014 |
| RGB | rgb(8, 16, 20) |
| HSL | hsl(200, 43%, 6%) |
| CMYK | cmyk(60%, 20%, 0%, 92%) |
| LAB | lab(4.3 -1.5 -3.1) |
| LCH | lch(4.3 3.5 243.6) |
| OKLCH | oklch(0.167 0.015 230.0) |
Copy-ready code
/* CSS */
color: #081014;
background-color: #081014;
/* Tailwind (arbitrary) */
class="text-[#081014] bg-[#081014]"
/* SCSS */
$brand: #081014;
/* SwiftUI */
Color(red: 0.031, green: 0.063, blue: 0.078)
/* Android */
Color.parseColor("#081014")Accessibility — WCAG contrast
Aa
#081014 on white: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081014 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.3%
Blue7.8%
CMYK percentages
Cyan60.0%
Magenta20.0%
Yellow0.0%
Key (black)92.2%
Color previews
#081014 text on a black background
contrast 1.09:1
Card sample
#081014 text on a white background
contrast 19.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081014;
Background color
Panel with #081014 background
background-color: #081014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 16, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 16, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081014; background: linear-gradient(135deg, #081014, #080814);