#190913
a deep, vivid magenta / pink · warm · closest name: black
RGB
25, 9, 19
HSL
323°, 47%, 7%
CMYK
0, 64, 24, 90
Luminance
0.0045
Every format
| HEX | #190913 |
| RGB | rgb(25, 9, 19) |
| HSL | hsl(323, 47%, 7%) |
| CMYK | cmyk(0%, 64%, 24%, 90%) |
| LAB | lab(4.1 7.8 -2.6) |
| LCH | lch(4.1 8.2 341.5) |
| OKLCH | oklch(0.169 0.033 343.0) |
Copy-ready code
/* CSS */
color: #190913;
background-color: #190913;
/* Tailwind (arbitrary) */
class="text-[#190913] bg-[#190913]"
/* SCSS */
$brand: #190913;
/* SwiftUI */
Color(red: 0.098, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#190913")Accessibility — WCAG contrast
Aa
#190913 on white: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190913 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow24.0%
Key (black)90.2%
Color previews
#190913 text on a black background
contrast 1.09:1
Card sample
#190913 text on a white background
contrast 19.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190913;
Background color
Panel with #190913 background
background-color: #190913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190913; background: linear-gradient(135deg, #190913, #190A09);