#08091b
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 27
HSL
237°, 54%, 7%
CMYK
70, 67, 0, 89
Luminance
0.0033
Every format
| HEX | #08091b |
| RGB | rgb(8, 9, 27) |
| HSL | hsl(237, 54%, 7%) |
| CMYK | cmyk(70%, 67%, 0%, 89%) |
| LAB | lab(3.0 3.5 -10.3) |
| LCH | lch(3.0 10.9 288.8) |
| OKLCH | oklch(0.151 0.038 278.1) |
Copy-ready code
/* CSS */
color: #08091b;
background-color: #08091b;
/* Tailwind (arbitrary) */
class="text-[#08091b] bg-[#08091b]"
/* SCSS */
$brand: #08091b;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.106)
/* Android */
Color.parseColor("#08091b")Accessibility — WCAG contrast
Aa
#08091b on white: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08091b on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue10.6%
CMYK percentages
Cyan70.4%
Magenta66.7%
Yellow0.0%
Key (black)89.4%
Color previews
#08091b text on a black background
contrast 1.07:1
Card sample
#08091b text on a white background
contrast 19.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08091b;
Background color
Panel with #08091b background
background-color: #08091b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08091b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08091b; background: linear-gradient(135deg, #08091b, #14081B);