#080f19
a deep, vivid blue · cool · closest name: black
RGB
8, 15, 25
HSL
215°, 52%, 7%
CMYK
68, 40, 0, 90
Luminance
0.0046
Every format
| HEX | #080f19 |
| RGB | rgb(8, 15, 25) |
| HSL | hsl(215, 52%, 7%) |
| CMYK | cmyk(68%, 40%, 0%, 90%) |
| LAB | lab(4.2 0.2 -6.9) |
| LCH | lch(4.2 6.9 272.0) |
| OKLCH | oklch(0.167 0.024 256.9) |
Copy-ready code
/* CSS */
color: #080f19;
background-color: #080f19;
/* Tailwind (arbitrary) */
class="text-[#080f19] bg-[#080f19]"
/* SCSS */
$brand: #080f19;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.098)
/* Android */
Color.parseColor("#080f19")Accessibility — WCAG contrast
Aa
#080f19 on white: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f19 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue9.8%
CMYK percentages
Cyan68.0%
Magenta40.0%
Yellow0.0%
Key (black)90.2%
Color previews
#080f19 text on a black background
contrast 1.09:1
Card sample
#080f19 text on a white background
contrast 19.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f19;
Background color
Panel with #080f19 background
background-color: #080f19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f19; background: linear-gradient(135deg, #080f19, #0C0819);