#08040b
a deep, vivid violet · warm · closest name: black
RGB
8, 4, 11
HSL
274°, 47%, 3%
CMYK
27, 64, 0, 96
Luminance
0.0016
Every format
| HEX | #08040b |
| RGB | rgb(8, 4, 11) |
| HSL | hsl(274, 47%, 3%) |
| CMYK | cmyk(27%, 64%, 0%, 96%) |
| LAB | lab(1.5 2.0 -2.3) |
| LCH | lch(1.5 3.0 311.4) |
| OKLCH | oklch(0.120 0.021 312.6) |
Copy-ready code
/* CSS */
color: #08040b;
background-color: #08040b;
/* Tailwind (arbitrary) */
class="text-[#08040b] bg-[#08040b]"
/* SCSS */
$brand: #08040b;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.043)
/* Android */
Color.parseColor("#08040b")Accessibility — WCAG contrast
Aa
#08040b on white: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08040b on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue4.3%
CMYK percentages
Cyan27.3%
Magenta63.6%
Yellow0.0%
Key (black)95.7%
Color previews
#08040b text on a black background
contrast 1.03:1
Card sample
#08040b text on a white background
contrast 20.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08040b;
Background color
Panel with #08040b background
background-color: #08040b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08040b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08040b; background: linear-gradient(135deg, #08040b, #0B0409);