#080b0f
a deep, soft blue · cool · closest name: black
RGB
8, 11, 15
HSL
214°, 30%, 5%
CMYK
47, 27, 0, 94
Luminance
0.0033
Every format
| HEX | #080b0f |
| RGB | rgb(8, 11, 15) |
| HSL | hsl(214, 30%, 5%) |
| CMYK | cmyk(47%, 27%, 0%, 94%) |
| LAB | lab(2.9 -0.1 -2.1) |
| LCH | lch(2.9 2.1 266.1) |
| OKLCH | oklch(0.148 0.010 254.7) |
Copy-ready code
/* CSS */
color: #080b0f;
background-color: #080b0f;
/* Tailwind (arbitrary) */
class="text-[#080b0f] bg-[#080b0f]"
/* SCSS */
$brand: #080b0f;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.059)
/* Android */
Color.parseColor("#080b0f")Accessibility — WCAG contrast
Aa
#080b0f on white: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b0f on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue5.9%
CMYK percentages
Cyan46.7%
Magenta26.7%
Yellow0.0%
Key (black)94.1%
Color previews
#080b0f text on a black background
contrast 1.07:1
Card sample
#080b0f text on a white background
contrast 19.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b0f;
Background color
Panel with #080b0f background
background-color: #080b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b0f; background: linear-gradient(135deg, #080b0f, #0A080F);