#080718
a deep, vivid blue · warm · closest name: black
RGB
8, 7, 24
HSL
244°, 55%, 6%
CMYK
67, 71, 0, 91
Luminance
0.0027
Every format
| HEX | #080718 |
| RGB | rgb(8, 7, 24) |
| HSL | hsl(244, 55%, 6%) |
| CMYK | cmyk(67%, 71%, 0%, 91%) |
| LAB | lab(2.4 3.5 -8.7) |
| LCH | lch(2.4 9.3 291.9) |
| OKLCH | oklch(0.142 0.037 283.8) |
Copy-ready code
/* CSS */
color: #080718;
background-color: #080718;
/* Tailwind (arbitrary) */
class="text-[#080718] bg-[#080718]"
/* SCSS */
$brand: #080718;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.094)
/* Android */
Color.parseColor("#080718")Accessibility — WCAG contrast
Aa
#080718 on white: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080718 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue9.4%
CMYK percentages
Cyan66.7%
Magenta70.8%
Yellow0.0%
Key (black)90.6%
Color previews
#080718 text on a black background
contrast 1.05:1
Card sample
#080718 text on a white background
contrast 19.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080718;
Background color
Panel with #080718 background
background-color: #080718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080718; background: linear-gradient(135deg, #080718, #130718);