#19031c
a deep, electric magenta / pink · warm · closest name: black
RGB
25, 3, 28
HSL
293°, 81%, 6%
CMYK
11, 89, 0, 89
Luminance
0.0036
Every format
| HEX | #19031c |
| RGB | rgb(25, 3, 28) |
| HSL | hsl(293, 81%, 6%) |
| CMYK | cmyk(11%, 89%, 0%, 89%) |
| LAB | lab(3.2 12.5 -10.5) |
| LCH | lch(3.2 16.3 319.8) |
| OKLCH | oklch(0.161 0.061 323.1) |
Copy-ready code
/* CSS */
color: #19031c;
background-color: #19031c;
/* Tailwind (arbitrary) */
class="text-[#19031c] bg-[#19031c]"
/* SCSS */
$brand: #19031c;
/* SwiftUI */
Color(red: 0.098, green: 0.012, blue: 0.110)
/* Android */
Color.parseColor("#19031c")Accessibility — WCAG contrast
Aa
#19031c on white: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19031c on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green1.2%
Blue11.0%
CMYK percentages
Cyan10.7%
Magenta89.3%
Yellow0.0%
Key (black)89.0%
Color previews
#19031c text on a black background
contrast 1.07:1
Card sample
#19031c text on a white background
contrast 19.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19031c;
Background color
Panel with #19031c background
background-color: #19031c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19031c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 3, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 3, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19031c; background: linear-gradient(135deg, #19031c, #1C030E);