#08070a
a deep, soft violet · warm · “black”
RGB
8, 7, 10
HSL
260°, 18%, 3%
CMYK
20, 30, 0, 96
Luminance
0.0023
Every format
| HEX | #08070a |
| RGB | rgb(8, 7, 10) |
| HSL | hsl(260, 18%, 3%) |
| CMYK | cmyk(20%, 30%, 0%, 96%) |
| LAB | lab(2.0 0.7 -1.0) |
| LCH | lch(2.0 1.2 303.2) |
| OKLCH | oklch(0.132 0.007 301.6) |
Copy-ready code
/* CSS */
color: #08070a;
background-color: #08070a;
/* Tailwind (arbitrary) */
class="text-[#08070a] bg-[#08070a]"
/* SCSS */
$brand: #08070a;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.039)
/* Android */
Color.parseColor("#08070a")Accessibility — WCAG contrast
Aa
#08070a on white: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08070a on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue3.9%
CMYK percentages
Cyan20.0%
Magenta30.0%
Yellow0.0%
Key (black)96.1%
Color previews
#08070a text on a black background
contrast 1.05:1
Card sample
#08070a text on a white background
contrast 20.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08070a;
Background color
Panel with #08070a background
background-color: #08070a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08070a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08070a; background: linear-gradient(135deg, #08070a, #0A070A);