#08091c
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 28
HSL
237°, 56%, 7%
CMYK
71, 68, 0, 89
Luminance
0.0033
Every format
| HEX | #08091c |
| RGB | rgb(8, 9, 28) |
| HSL | hsl(237, 56%, 7%) |
| CMYK | cmyk(71%, 68%, 0%, 89%) |
| LAB | lab(3.0 3.8 -11.0) |
| LCH | lch(3.0 11.7 289.1) |
| OKLCH | oklch(0.152 0.040 278.0) |
Copy-ready code
/* CSS */
color: #08091c;
background-color: #08091c;
/* Tailwind (arbitrary) */
class="text-[#08091c] bg-[#08091c]"
/* SCSS */
$brand: #08091c;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.110)
/* Android */
Color.parseColor("#08091c")Accessibility — WCAG contrast
Aa
#08091c on white: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08091c on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue11.0%
CMYK percentages
Cyan71.4%
Magenta67.9%
Yellow0.0%
Key (black)89.0%
Color previews
#08091c text on a black background
contrast 1.07:1
Card sample
#08091c text on a white background
contrast 19.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08091c;
Background color
Panel with #08091c background
background-color: #08091c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08091c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08091c; background: linear-gradient(135deg, #08091c, #14081C);