#07001b
a deep, electric violet · warm · closest name: black
RGB
7, 0, 27
HSL
256°, 100%, 5%
CMYK
74, 100, 0, 89
Luminance
0.0012
Every format
| HEX | #07001b |
| RGB | rgb(7, 0, 27) |
| HSL | hsl(256, 100%, 5%) |
| CMYK | cmyk(74%, 100%, 0%, 89%) |
| LAB | lab(1.1 6.8 -13.0) |
| LCH | lch(1.1 14.7 297.8) |
| OKLCH | oklch(0.116 0.065 291.9) |
Copy-ready code
/* CSS */
color: #07001b;
background-color: #07001b;
/* Tailwind (arbitrary) */
class="text-[#07001b] bg-[#07001b]"
/* SCSS */
$brand: #07001b;
/* SwiftUI */
Color(red: 0.027, green: 0.000, blue: 0.106)
/* Android */
Color.parseColor("#07001b")Accessibility — WCAG contrast
Aa
#07001b on white: 20.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07001b on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green0.0%
Blue10.6%
CMYK percentages
Cyan74.1%
Magenta100.0%
Yellow0.0%
Key (black)89.4%
Color previews
#07001b text on a black background
contrast 1.02:1
Card sample
#07001b text on a white background
contrast 20.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07001b;
Background color
Panel with #07001b background
background-color: #07001b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07001b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 0, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 0, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07001b; background: linear-gradient(135deg, #07001b, #19001B);