#080b0d
a deep, soft blue · cool · closest name: black
RGB
8, 11, 13
HSL
204°, 24%, 4%
CMYK
39, 15, 0, 95
Luminance
0.0032
Every format
| HEX | #080b0d |
| RGB | rgb(8, 11, 13) |
| HSL | hsl(204, 24%, 4%) |
| CMYK | cmyk(39%, 15%, 0%, 95%) |
| LAB | lab(2.9 -0.5 -1.1) |
| LCH | lch(2.9 1.2 246.8) |
| OKLCH | oklch(0.147 0.007 236.0) |
Copy-ready code
/* CSS */
color: #080b0d;
background-color: #080b0d;
/* Tailwind (arbitrary) */
class="text-[#080b0d] bg-[#080b0d]"
/* SCSS */
$brand: #080b0d;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.051)
/* Android */
Color.parseColor("#080b0d")Accessibility — WCAG contrast
Aa
#080b0d on white: 19.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b0d on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue5.1%
CMYK percentages
Cyan38.5%
Magenta15.4%
Yellow0.0%
Key (black)94.9%
Color previews
#080b0d text on a black background
contrast 1.06:1
Card sample
#080b0d text on a white background
contrast 19.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b0d;
Background color
Panel with #080b0d background
background-color: #080b0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b0d; background: linear-gradient(135deg, #080b0d, #08080D);