#080315
a deep, electric violet · warm · closest name: black
RGB
8, 3, 21
HSL
257°, 75%, 5%
CMYK
62, 86, 0, 92
Luminance
0.0017
Every format
| HEX | #080315 |
| RGB | rgb(8, 3, 21) |
| HSL | hsl(257, 75%, 5%) |
| CMYK | cmyk(62%, 86%, 0%, 92%) |
| LAB | lab(1.5 4.3 -7.8) |
| LCH | lch(1.5 8.9 299.2) |
| OKLCH | oklch(0.124 0.044 295.9) |
Copy-ready code
/* CSS */
color: #080315;
background-color: #080315;
/* Tailwind (arbitrary) */
class="text-[#080315] bg-[#080315]"
/* SCSS */
$brand: #080315;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.082)
/* Android */
Color.parseColor("#080315")Accessibility — WCAG contrast
Aa
#080315 on white: 20.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080315 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue8.2%
CMYK percentages
Cyan61.9%
Magenta85.7%
Yellow0.0%
Key (black)91.8%
Color previews
#080315 text on a black background
contrast 1.03:1
Card sample
#080315 text on a white background
contrast 20.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080315;
Background color
Panel with #080315 background
background-color: #080315;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080315;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080315; background: linear-gradient(135deg, #080315, #140315);