#070113
a deep, electric violet · warm · closest name: black
RGB
7, 1, 19
HSL
260°, 90%, 4%
CMYK
63, 95, 0, 93
Luminance
0.0011
Every format
| HEX | #070113 |
| RGB | rgb(7, 1, 19) |
| HSL | hsl(260, 90%, 4%) |
| CMYK | cmyk(63%, 95%, 0%, 93%) |
| LAB | lab(1.0 4.4 -7.2) |
| LCH | lch(1.0 8.4 301.5) |
| OKLCH | oklch(0.111 0.049 300.1) |
Copy-ready code
/* CSS */
color: #070113;
background-color: #070113;
/* Tailwind (arbitrary) */
class="text-[#070113] bg-[#070113]"
/* SCSS */
$brand: #070113;
/* SwiftUI */
Color(red: 0.027, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#070113")Accessibility — WCAG contrast
Aa
#070113 on white: 20.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070113 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green0.4%
Blue7.5%
CMYK percentages
Cyan63.2%
Magenta94.7%
Yellow0.0%
Key (black)92.5%
Color previews
#070113 text on a black background
contrast 1.02:1
Card sample
#070113 text on a white background
contrast 20.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070113;
Background color
Panel with #070113 background
background-color: #070113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070113; background: linear-gradient(135deg, #070113, #130113);