#190a14
a deep, soft magenta / pink · warm · closest name: black
RGB
25, 10, 20
HSL
320°, 43%, 7%
CMYK
0, 60, 20, 90
Luminance
0.0047
Every format
| HEX | #190a14 |
| RGB | rgb(25, 10, 20) |
| HSL | hsl(320, 43%, 7%) |
| CMYK | cmyk(0%, 60%, 20%, 90%) |
| LAB | lab(4.3 7.6 -2.9) |
| LCH | lch(4.3 8.1 339.0) |
| OKLCH | oklch(0.172 0.032 340.7) |
Copy-ready code
/* CSS */
color: #190a14;
background-color: #190a14;
/* Tailwind (arbitrary) */
class="text-[#190a14] bg-[#190a14]"
/* SCSS */
$brand: #190a14;
/* SwiftUI */
Color(red: 0.098, green: 0.039, blue: 0.078)
/* Android */
Color.parseColor("#190a14")Accessibility — WCAG contrast
Aa
#190a14 on white: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190a14 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.9%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow20.0%
Key (black)90.2%
Color previews
#190a14 text on a black background
contrast 1.09:1
Card sample
#190a14 text on a white background
contrast 19.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190a14;
Background color
Panel with #190a14 background
background-color: #190a14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190a14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 10, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 10, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190a14; background: linear-gradient(135deg, #190a14, #190A0A);