#070010
a deep, electric violet · warm · closest name: black
RGB
7, 0, 16
HSL
266°, 100%, 3%
CMYK
56, 100, 0, 94
Luminance
0.0008
Every format
| HEX | #070010 |
| RGB | rgb(7, 0, 16) |
| HSL | hsl(266, 100%, 3%) |
| CMYK | cmyk(56%, 100%, 0%, 94%) |
| LAB | lab(0.8 4.2 -5.8) |
| LCH | lch(0.8 7.2 305.8) |
| OKLCH | oklch(0.101 0.052 307.5) |
Copy-ready code
/* CSS */
color: #070010;
background-color: #070010;
/* Tailwind (arbitrary) */
class="text-[#070010] bg-[#070010]"
/* SCSS */
$brand: #070010;
/* SwiftUI */
Color(red: 0.027, green: 0.000, blue: 0.063)
/* Android */
Color.parseColor("#070010")Accessibility — WCAG contrast
Aa
#070010 on white: 20.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070010 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green0.0%
Blue6.3%
CMYK percentages
Cyan56.2%
Magenta100.0%
Yellow0.0%
Key (black)93.7%
Color previews
#070010 text on a black background
contrast 1.02:1
Card sample
#070010 text on a white background
contrast 20.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070010;
Background color
Panel with #070010 background
background-color: #070010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 0, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 0, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070010; background: linear-gradient(135deg, #070010, #10000E);