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