#08080b
a deep, soft blue · warm · closest name: black
RGB
8, 8, 11
HSL
240°, 16%, 4%
CMYK
27, 27, 0, 96
Luminance
0.0025
Every format
| HEX | #08080b |
| RGB | rgb(8, 8, 11) |
| HSL | hsl(240, 16%, 4%) |
| CMYK | cmyk(27%, 27%, 0%, 96%) |
| LAB | lab(2.3 0.4 -1.1) |
| LCH | lch(2.3 1.2 290.1) |
| OKLCH | oklch(0.136 0.007 285.5) |
Copy-ready code
/* CSS */
color: #08080b;
background-color: #08080b;
/* Tailwind (arbitrary) */
class="text-[#08080b] bg-[#08080b]"
/* SCSS */
$brand: #08080b;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.043)
/* Android */
Color.parseColor("#08080b")Accessibility — WCAG contrast
Aa
#08080b on white: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08080b on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue4.3%
CMYK percentages
Cyan27.3%
Magenta27.3%
Yellow0.0%
Key (black)95.7%
Color previews
#08080b text on a black background
contrast 1.05:1
Card sample
#08080b text on a white background
contrast 20.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08080b;
Background color
Panel with #08080b background
background-color: #08080b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08080b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08080b; background: linear-gradient(135deg, #08080b, #0A080B);