#080d19
a deep, vivid blue · cool · closest name: black
RGB
8, 13, 25
HSL
222°, 52%, 7%
CMYK
68, 48, 0, 90
Luminance
0.0041
Every format
| HEX | #080d19 |
| RGB | rgb(8, 13, 25) |
| HSL | hsl(222, 52%, 7%) |
| CMYK | cmyk(68%, 48%, 0%, 90%) |
| LAB | lab(3.7 1.2 -7.6) |
| LCH | lch(3.7 7.7 279.2) |
| OKLCH | oklch(0.161 0.027 265.8) |
Copy-ready code
/* CSS */
color: #080d19;
background-color: #080d19;
/* Tailwind (arbitrary) */
class="text-[#080d19] bg-[#080d19]"
/* SCSS */
$brand: #080d19;
/* SwiftUI */
Color(red: 0.031, green: 0.051, blue: 0.098)
/* Android */
Color.parseColor("#080d19")Accessibility — WCAG contrast
Aa
#080d19 on white: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080d19 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.1%
Blue9.8%
CMYK percentages
Cyan68.0%
Magenta48.0%
Yellow0.0%
Key (black)90.2%
Color previews
#080d19 text on a black background
contrast 1.08:1
Card sample
#080d19 text on a white background
contrast 19.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080d19;
Background color
Panel with #080d19 background
background-color: #080d19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080d19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 13, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 13, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080d19; background: linear-gradient(135deg, #080d19, #0E0819);