#160621
a deep, vivid violet · warm · closest name: black
RGB
22, 6, 33
HSL
276°, 69%, 8%
CMYK
33, 82, 0, 87
Luminance
0.0041
Every format
| HEX | #160621 |
| RGB | rgb(22, 6, 33) |
| HSL | hsl(276, 69%, 8%) |
| CMYK | cmyk(33%, 82%, 0%, 87%) |
| LAB | lab(3.7 11.5 -13.8) |
| LCH | lch(3.7 17.9 309.8) |
| OKLCH | oklch(0.167 0.057 309.2) |
Copy-ready code
/* CSS */
color: #160621;
background-color: #160621;
/* Tailwind (arbitrary) */
class="text-[#160621] bg-[#160621]"
/* SCSS */
$brand: #160621;
/* SwiftUI */
Color(red: 0.086, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#160621")Accessibility — WCAG contrast
Aa
#160621 on white: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160621 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green2.4%
Blue12.9%
CMYK percentages
Cyan33.3%
Magenta81.8%
Yellow0.0%
Key (black)87.1%
Color previews
#160621 text on a black background
contrast 1.08:1
Card sample
#160621 text on a white background
contrast 19.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160621;
Background color
Panel with #160621 background
background-color: #160621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160621; background: linear-gradient(135deg, #160621, #21061A);