#080412
a deep, vivid violet · warm · closest name: black
RGB
8, 4, 18
HSL
257°, 64%, 4%
CMYK
56, 78, 0, 93
Luminance
0.0018
Every format
| HEX | #080412 |
| RGB | rgb(8, 4, 18) |
| HSL | hsl(257, 64%, 4%) |
| CMYK | cmyk(56%, 78%, 0%, 93%) |
| LAB | lab(1.6 3.3 -5.7) |
| LCH | lch(1.6 6.5 299.9) |
| OKLCH | oklch(0.126 0.034 297.4) |
Copy-ready code
/* CSS */
color: #080412;
background-color: #080412;
/* Tailwind (arbitrary) */
class="text-[#080412] bg-[#080412]"
/* SCSS */
$brand: #080412;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.071)
/* Android */
Color.parseColor("#080412")Accessibility — WCAG contrast
Aa
#080412 on white: 20.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080412 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue7.1%
CMYK percentages
Cyan55.6%
Magenta77.8%
Yellow0.0%
Key (black)92.9%
Color previews
#080412 text on a black background
contrast 1.04:1
Card sample
#080412 text on a white background
contrast 20.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080412;
Background color
Panel with #080412 background
background-color: #080412;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080412;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080412; background: linear-gradient(135deg, #080412, #110412);