#060011
a deep, electric violet · warm · closest name: black
RGB
6, 0, 17
HSL
261°, 100%, 3%
CMYK
65, 100, 0, 93
Luminance
0.0008
Every format
| HEX | #060011 |
| RGB | rgb(6, 0, 17) |
| HSL | hsl(261, 100%, 3%) |
| CMYK | cmyk(65%, 100%, 0%, 93%) |
| LAB | lab(0.7 4.1 -6.4) |
| LCH | lch(0.7 7.7 302.7) |
| OKLCH | oklch(0.100 0.053 302.3) |
Copy-ready code
/* CSS */
color: #060011;
background-color: #060011;
/* Tailwind (arbitrary) */
class="text-[#060011] bg-[#060011]"
/* SCSS */
$brand: #060011;
/* SwiftUI */
Color(red: 0.024, green: 0.000, blue: 0.067)
/* Android */
Color.parseColor("#060011")Accessibility — WCAG contrast
Aa
#060011 on white: 20.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060011 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green0.0%
Blue6.7%
CMYK percentages
Cyan64.7%
Magenta100.0%
Yellow0.0%
Key (black)93.3%
Color previews
#060011 text on a black background
contrast 1.02:1
Card sample
#060011 text on a white background
contrast 20.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060011;
Background color
Panel with #060011 background
background-color: #060011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 0, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 0, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060011; background: linear-gradient(135deg, #060011, #110010);