#160314
a deep, electric magenta / pink · warm · closest name: black
RGB
22, 3, 20
HSL
306°, 76%, 5%
CMYK
0, 86, 9, 91
Luminance
0.0029
Every format
| HEX | #160314 |
| RGB | rgb(22, 3, 20) |
| HSL | hsl(306, 76%, 5%) |
| CMYK | cmyk(0%, 86%, 9%, 91%) |
| LAB | lab(2.6 8.9 -5.4) |
| LCH | lch(2.6 10.4 328.7) |
| OKLCH | oklch(0.148 0.050 331.7) |
Copy-ready code
/* CSS */
color: #160314;
background-color: #160314;
/* Tailwind (arbitrary) */
class="text-[#160314] bg-[#160314]"
/* SCSS */
$brand: #160314;
/* SwiftUI */
Color(red: 0.086, green: 0.012, blue: 0.078)
/* Android */
Color.parseColor("#160314")Accessibility — WCAG contrast
Aa
#160314 on white: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160314 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green1.2%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow9.1%
Key (black)91.4%
Color previews
#160314 text on a black background
contrast 1.06:1
Card sample
#160314 text on a white background
contrast 19.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160314;
Background color
Panel with #160314 background
background-color: #160314;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160314;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 3, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 3, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160314; background: linear-gradient(135deg, #160314, #160307);