#19000c
a deep, electric magenta / pink · warm · closest name: black
RGB
25, 0, 12
HSL
331°, 100%, 5%
CMYK
0, 100, 52, 90
Luminance
0.0023
Every format
| HEX | #19000c |
| RGB | rgb(25, 0, 12) |
| HSL | hsl(331, 100%, 5%) |
| CMYK | cmyk(0%, 100%, 52%, 90%) |
| LAB | lab(2.1 10.1 -1.6) |
| LCH | lch(2.1 10.2 350.8) |
| OKLCH | oklch(0.140 0.058 351.1) |
Copy-ready code
/* CSS */
color: #19000c;
background-color: #19000c;
/* Tailwind (arbitrary) */
class="text-[#19000c] bg-[#19000c]"
/* SCSS */
$brand: #19000c;
/* SwiftUI */
Color(red: 0.098, green: 0.000, blue: 0.047)
/* Android */
Color.parseColor("#19000c")Accessibility — WCAG contrast
Aa
#19000c on white: 20.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19000c on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow52.0%
Key (black)90.2%
Color previews
#19000c text on a black background
contrast 1.05:1
Card sample
#19000c text on a white background
contrast 20.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19000c;
Background color
Panel with #19000c background
background-color: #19000c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19000c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 0, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 0, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19000c; background: linear-gradient(135deg, #19000c, #190500);