#190819
a deep, vivid magenta / pink · warm · closest name: black
RGB
25, 8, 25
HSL
300°, 52%, 7%
CMYK
0, 68, 0, 90
Luminance
0.0045
Every format
| HEX | #190819 |
| RGB | rgb(25, 8, 25) |
| HSL | hsl(300, 52%, 7%) |
| CMYK | cmyk(0%, 68%, 0%, 90%) |
| LAB | lab(4.1 9.6 -6.9) |
| LCH | lch(4.1 11.8 324.4) |
| OKLCH | oklch(0.171 0.043 327.2) |
Copy-ready code
/* CSS */
color: #190819;
background-color: #190819;
/* Tailwind (arbitrary) */
class="text-[#190819] bg-[#190819]"
/* SCSS */
$brand: #190819;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.098)
/* Android */
Color.parseColor("#190819")Accessibility — WCAG contrast
Aa
#190819 on white: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190819 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow0.0%
Key (black)90.2%
Color previews
#190819 text on a black background
contrast 1.09:1
Card sample
#190819 text on a white background
contrast 19.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190819;
Background color
Panel with #190819 background
background-color: #190819;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190819;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190819; background: linear-gradient(135deg, #190819, #19080E);