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