#080f1a
a deep, vivid blue · cool · closest name: black
RGB
8, 15, 26
HSL
217°, 53%, 7%
CMYK
69, 42, 0, 90
Luminance
0.0047
Every format
| HEX | #080f1a |
| RGB | rgb(8, 15, 26) |
| HSL | hsl(217, 53%, 7%) |
| CMYK | cmyk(69%, 42%, 0%, 90%) |
| LAB | lab(4.2 0.5 -7.6) |
| LCH | lch(4.2 7.6 273.9) |
| OKLCH | oklch(0.167 0.026 258.8) |
Copy-ready code
/* CSS */
color: #080f1a;
background-color: #080f1a;
/* Tailwind (arbitrary) */
class="text-[#080f1a] bg-[#080f1a]"
/* SCSS */
$brand: #080f1a;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.102)
/* Android */
Color.parseColor("#080f1a")Accessibility — WCAG contrast
Aa
#080f1a on white: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f1a on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue10.2%
CMYK percentages
Cyan69.2%
Magenta42.3%
Yellow0.0%
Key (black)89.8%
Color previews
#080f1a text on a black background
contrast 1.09:1
Card sample
#080f1a text on a white background
contrast 19.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f1a;
Background color
Panel with #080f1a background
background-color: #080f1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f1a; background: linear-gradient(135deg, #080f1a, #0D081A);