#08041b
a deep, vivid blue · warm · closest name: black
RGB
8, 4, 27
HSL
250°, 74%, 6%
CMYK
70, 85, 0, 89
Luminance
0.0022
Every format
| HEX | #08041b |
| RGB | rgb(8, 4, 27) |
| HSL | hsl(250, 74%, 6%) |
| CMYK | cmyk(70%, 85%, 0%, 89%) |
| LAB | lab(2.0 5.5 -11.7) |
| LCH | lch(2.0 13.0 295.1) |
| OKLCH | oklch(0.135 0.051 287.9) |
Copy-ready code
/* CSS */
color: #08041b;
background-color: #08041b;
/* Tailwind (arbitrary) */
class="text-[#08041b] bg-[#08041b]"
/* SCSS */
$brand: #08041b;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.106)
/* Android */
Color.parseColor("#08041b")Accessibility — WCAG contrast
Aa
#08041b on white: 20.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08041b on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue10.6%
CMYK percentages
Cyan70.4%
Magenta85.2%
Yellow0.0%
Key (black)89.4%
Color previews
#08041b text on a black background
contrast 1.04:1
Card sample
#08041b text on a white background
contrast 20.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08041b;
Background color
Panel with #08041b background
background-color: #08041b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08041b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08041b; background: linear-gradient(135deg, #08041b, #17041B);