#130214
a deep, electric magenta / pink · warm · closest name: black
RGB
19, 2, 20
HSL
297°, 82%, 4%
CMYK
5, 90, 0, 92
Luminance
0.0023
Every format
| HEX | #130214 |
| RGB | rgb(19, 2, 20) |
| HSL | hsl(297, 82%, 4%) |
| CMYK | cmyk(5%, 90%, 0%, 92%) |
| LAB | lab(2.1 8.0 -6.2) |
| LCH | lch(2.1 10.1 322.4) |
| OKLCH | oklch(0.139 0.052 326.0) |
Copy-ready code
/* CSS */
color: #130214;
background-color: #130214;
/* Tailwind (arbitrary) */
class="text-[#130214] bg-[#130214]"
/* SCSS */
$brand: #130214;
/* SwiftUI */
Color(red: 0.075, green: 0.008, blue: 0.078)
/* Android */
Color.parseColor("#130214")Accessibility — WCAG contrast
Aa
#130214 on white: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130214 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green0.8%
Blue7.8%
CMYK percentages
Cyan5.0%
Magenta90.0%
Yellow0.0%
Key (black)92.2%
Color previews
#130214 text on a black background
contrast 1.05:1
Card sample
#130214 text on a white background
contrast 20.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130214;
Background color
Panel with #130214 background
background-color: #130214;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130214;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 2, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 2, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130214; background: linear-gradient(135deg, #130214, #140209);