#08091a
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 26
HSL
237°, 53%, 7%
CMYK
69, 65, 0, 90
Luminance
0.0032
Every format
| HEX | #08091a |
| RGB | rgb(8, 9, 26) |
| HSL | hsl(237, 53%, 7%) |
| CMYK | cmyk(69%, 65%, 0%, 90%) |
| LAB | lab(2.9 3.2 -9.6) |
| LCH | lch(2.9 10.1 288.6) |
| OKLCH | oklch(0.150 0.036 278.3) |
Copy-ready code
/* CSS */
color: #08091a;
background-color: #08091a;
/* Tailwind (arbitrary) */
class="text-[#08091a] bg-[#08091a]"
/* SCSS */
$brand: #08091a;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.102)
/* Android */
Color.parseColor("#08091a")Accessibility — WCAG contrast
Aa
#08091a on white: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08091a on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue10.2%
CMYK percentages
Cyan69.2%
Magenta65.4%
Yellow0.0%
Key (black)89.8%
Color previews
#08091a text on a black background
contrast 1.06:1
Card sample
#08091a text on a white background
contrast 19.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08091a;
Background color
Panel with #08091a background
background-color: #08091a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08091a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08091a; background: linear-gradient(135deg, #08091a, #13081A);