#19081b
a deep, vivid magenta / pink · warm · closest name: black
RGB
25, 8, 27
HSL
294°, 54%, 7%
CMYK
7, 70, 0, 89
Luminance
0.0046
Every format
| HEX | #19081b |
| RGB | rgb(25, 8, 27) |
| HSL | hsl(294, 54%, 7%) |
| CMYK | cmyk(7%, 70%, 0%, 89%) |
| LAB | lab(4.2 10.2 -8.3) |
| LCH | lch(4.2 13.2 320.7) |
| OKLCH | oklch(0.172 0.045 323.3) |
Copy-ready code
/* CSS */
color: #19081b;
background-color: #19081b;
/* Tailwind (arbitrary) */
class="text-[#19081b] bg-[#19081b]"
/* SCSS */
$brand: #19081b;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.106)
/* Android */
Color.parseColor("#19081b")Accessibility — WCAG contrast
Aa
#19081b on white: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19081b on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue10.6%
CMYK percentages
Cyan7.4%
Magenta70.4%
Yellow0.0%
Key (black)89.4%
Color previews
#19081b text on a black background
contrast 1.09:1
Card sample
#19081b text on a white background
contrast 19.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19081b;
Background color
Panel with #19081b background
background-color: #19081b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19081b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19081b; background: linear-gradient(135deg, #19081b, #1B0810);