#080417
a deep, vivid blue · warm · closest name: black
RGB
8, 4, 23
HSL
253°, 70%, 5%
CMYK
65, 83, 0, 91
Luminance
0.0020
Every format
| HEX | #080417 |
| RGB | rgb(8, 4, 23) |
| HSL | hsl(253, 70%, 5%) |
| CMYK | cmyk(65%, 83%, 0%, 91%) |
| LAB | lab(1.8 4.4 -8.8) |
| LCH | lch(1.8 9.8 296.7) |
| OKLCH | oklch(0.130 0.043 291.5) |
Copy-ready code
/* CSS */
color: #080417;
background-color: #080417;
/* Tailwind (arbitrary) */
class="text-[#080417] bg-[#080417]"
/* SCSS */
$brand: #080417;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.090)
/* Android */
Color.parseColor("#080417")Accessibility — WCAG contrast
Aa
#080417 on white: 20.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080417 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue9.0%
CMYK percentages
Cyan65.2%
Magenta82.6%
Yellow0.0%
Key (black)91.0%
Color previews
#080417 text on a black background
contrast 1.04:1
Card sample
#080417 text on a white background
contrast 20.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080417;
Background color
Panel with #080417 background
background-color: #080417;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080417;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080417; background: linear-gradient(135deg, #080417, #150417);