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