#08040c
a deep, vivid violet · warm · closest name: black
RGB
8, 4, 12
HSL
270°, 50%, 3%
CMYK
33, 67, 0, 95
Luminance
0.0017
Every format
| HEX | #08040c |
| RGB | rgb(8, 4, 12) |
| HSL | hsl(270, 50%, 3%) |
| CMYK | cmyk(33%, 67%, 0%, 95%) |
| LAB | lab(1.5 2.2 -2.7) |
| LCH | lch(1.5 3.5 308.8) |
| OKLCH | oklch(0.121 0.023 309.5) |
Copy-ready code
/* CSS */
color: #08040c;
background-color: #08040c;
/* Tailwind (arbitrary) */
class="text-[#08040c] bg-[#08040c]"
/* SCSS */
$brand: #08040c;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.047)
/* Android */
Color.parseColor("#08040c")Accessibility — WCAG contrast
Aa
#08040c on white: 20.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08040c on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue4.7%
CMYK percentages
Cyan33.3%
Magenta66.7%
Yellow0.0%
Key (black)95.3%
Color previews
#08040c text on a black background
contrast 1.03:1
Card sample
#08040c text on a white background
contrast 20.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08040c;
Background color
Panel with #08040c background
background-color: #08040c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08040c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08040c; background: linear-gradient(135deg, #08040c, #0C040B);