#080f1b
a deep, vivid blue · cool · closest name: black
RGB
8, 15, 27
HSL
218°, 54%, 7%
CMYK
70, 44, 0, 89
Luminance
0.0047
Every format
| HEX | #080f1b |
| RGB | rgb(8, 15, 27) |
| HSL | hsl(218, 54%, 7%) |
| CMYK | cmyk(70%, 44%, 0%, 89%) |
| LAB | lab(4.3 0.8 -8.3) |
| LCH | lch(4.3 8.4 275.6) |
| OKLCH | oklch(0.168 0.028 260.4) |
Copy-ready code
/* CSS */
color: #080f1b;
background-color: #080f1b;
/* Tailwind (arbitrary) */
class="text-[#080f1b] bg-[#080f1b]"
/* SCSS */
$brand: #080f1b;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.106)
/* Android */
Color.parseColor("#080f1b")Accessibility — WCAG contrast
Aa
#080f1b on white: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f1b on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue10.6%
CMYK percentages
Cyan70.4%
Magenta44.4%
Yellow0.0%
Key (black)89.4%
Color previews
#080f1b text on a black background
contrast 1.09:1
Card sample
#080f1b text on a white background
contrast 19.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f1b;
Background color
Panel with #080f1b background
background-color: #080f1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f1b; background: linear-gradient(135deg, #080f1b, #0E081B);