#190810
a deep, vivid magenta / pink · warm · closest name: black
RGB
25, 8, 16
HSL
332°, 52%, 7%
CMYK
0, 68, 36, 90
Luminance
0.0042
Every format
| HEX | #190810 |
| RGB | rgb(25, 8, 16) |
| HSL | hsl(332, 52%, 7%) |
| CMYK | cmyk(0%, 68%, 36%, 90%) |
| LAB | lab(3.8 7.5 -1.2) |
| LCH | lch(3.8 7.6 350.8) |
| OKLCH | oklch(0.165 0.033 351.5) |
Copy-ready code
/* CSS */
color: #190810;
background-color: #190810;
/* Tailwind (arbitrary) */
class="text-[#190810] bg-[#190810]"
/* SCSS */
$brand: #190810;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.063)
/* Android */
Color.parseColor("#190810")Accessibility — WCAG contrast
Aa
#190810 on white: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190810 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow36.0%
Key (black)90.2%
Color previews
#190810 text on a black background
contrast 1.08:1
Card sample
#190810 text on a white background
contrast 19.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190810;
Background color
Panel with #190810 background
background-color: #190810;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190810;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190810; background: linear-gradient(135deg, #190810, #190B08);