#080f1d
a deep, vivid blue · cool · closest name: black
RGB
8, 15, 29
HSL
220°, 57%, 7%
CMYK
72, 48, 0, 89
Luminance
0.0048
Every format
| HEX | #080f1d |
| RGB | rgb(8, 15, 29) |
| HSL | hsl(220, 57%, 7%) |
| CMYK | cmyk(72%, 48%, 0%, 89%) |
| LAB | lab(4.3 1.4 -9.8) |
| LCH | lch(4.3 9.9 278.3) |
| OKLCH | oklch(0.170 0.032 262.9) |
Copy-ready code
/* CSS */
color: #080f1d;
background-color: #080f1d;
/* Tailwind (arbitrary) */
class="text-[#080f1d] bg-[#080f1d]"
/* SCSS */
$brand: #080f1d;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.114)
/* Android */
Color.parseColor("#080f1d")Accessibility — WCAG contrast
Aa
#080f1d on white: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f1d on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue11.4%
CMYK percentages
Cyan72.4%
Magenta48.3%
Yellow0.0%
Key (black)88.6%
Color previews
#080f1d text on a black background
contrast 1.10:1
Card sample
#080f1d text on a white background
contrast 19.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f1d;
Background color
Panel with #080f1d background
background-color: #080f1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f1d; background: linear-gradient(135deg, #080f1d, #0F081D);