#130019
a deep, electric violet · warm · closest name: black
RGB
19, 0, 25
HSL
286°, 100%, 5%
CMYK
24, 100, 0, 90
Luminance
0.0021
Every format
| HEX | #130019 |
| RGB | rgb(19, 0, 25) |
| HSL | hsl(286, 100%, 5%) |
| CMYK | cmyk(24%, 100%, 0%, 90%) |
| LAB | lab(1.9 10.1 -10.1) |
| LCH | lch(1.9 14.3 314.8) |
| OKLCH | oklch(0.137 0.066 318.8) |
Copy-ready code
/* CSS */
color: #130019;
background-color: #130019;
/* Tailwind (arbitrary) */
class="text-[#130019] bg-[#130019]"
/* SCSS */
$brand: #130019;
/* SwiftUI */
Color(red: 0.075, green: 0.000, blue: 0.098)
/* Android */
Color.parseColor("#130019")Accessibility — WCAG contrast
Aa
#130019 on white: 20.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130019 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green0.0%
Blue9.8%
CMYK percentages
Cyan24.0%
Magenta100.0%
Yellow0.0%
Key (black)90.2%
Color previews
#130019 text on a black background
contrast 1.04:1
Card sample
#130019 text on a white background
contrast 20.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130019;
Background color
Panel with #130019 background
background-color: #130019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 0, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 0, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130019; background: linear-gradient(135deg, #130019, #19000E);