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