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