#081817
a deep, vivid cyan · cool · closest name: black
RGB
8, 24, 23
HSL
176°, 50%, 6%
CMYK
67, 0, 4, 91
Luminance
0.0077
Every format
| HEX | #081817 |
| RGB | rgb(8, 24, 23) |
| HSL | hsl(176, 50%, 6%) |
| CMYK | cmyk(67%, 0%, 4%, 91%) |
| LAB | lab(6.9 -6.0 -1.3) |
| LCH | lch(6.9 6.2 192.4) |
| OKLCH | oklch(0.195 0.022 190.3) |
Copy-ready code
/* CSS */
color: #081817;
background-color: #081817;
/* Tailwind (arbitrary) */
class="text-[#081817] bg-[#081817]"
/* SCSS */
$brand: #081817;
/* SwiftUI */
Color(red: 0.031, green: 0.094, blue: 0.090)
/* Android */
Color.parseColor("#081817")Accessibility — WCAG contrast
Aa
#081817 on white: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081817 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.4%
Blue9.0%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow4.2%
Key (black)90.6%
Color previews
#081817 text on a black background
contrast 1.15:1
Card sample
#081817 text on a white background
contrast 18.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081817;
Background color
Panel with #081817 background
background-color: #081817;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081817;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 24, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 24, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081817; background: linear-gradient(135deg, #081817, #080E18);