#160211
a deep, electric magenta / pink · warm · closest name: black
RGB
22, 2, 17
HSL
315°, 83%, 5%
CMYK
0, 91, 23, 91
Luminance
0.0025
Every format
| HEX | #160211 |
| RGB | rgb(22, 2, 17) |
| HSL | hsl(315, 83%, 5%) |
| CMYK | cmyk(0%, 91%, 23%, 91%) |
| LAB | lab(2.3 8.7 -4.0) |
| LCH | lch(2.3 9.6 335.4) |
| OKLCH | oklch(0.143 0.051 337.6) |
Copy-ready code
/* CSS */
color: #160211;
background-color: #160211;
/* Tailwind (arbitrary) */
class="text-[#160211] bg-[#160211]"
/* SCSS */
$brand: #160211;
/* SwiftUI */
Color(red: 0.086, green: 0.008, blue: 0.067)
/* Android */
Color.parseColor("#160211")Accessibility — WCAG contrast
Aa
#160211 on white: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160211 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green0.8%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow22.7%
Key (black)91.4%
Color previews
#160211 text on a black background
contrast 1.05:1
Card sample
#160211 text on a white background
contrast 19.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160211;
Background color
Panel with #160211 background
background-color: #160211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 2, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 2, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160211; background: linear-gradient(135deg, #160211, #160204);