#190018
a deep, electric magenta / pink · warm · closest name: black
RGB
25, 0, 24
HSL
302°, 100%, 5%
CMYK
0, 100, 4, 90
Luminance
0.0027
Every format
| HEX | #190018 |
| RGB | rgb(25, 0, 24) |
| HSL | hsl(302, 100%, 5%) |
| CMYK | cmyk(0%, 100%, 4%, 90%) |
| LAB | lab(2.5 12.6 -8.4) |
| LCH | lch(2.5 15.1 326.1) |
| OKLCH | oklch(0.149 0.068 329.9) |
Copy-ready code
/* CSS */
color: #190018;
background-color: #190018;
/* Tailwind (arbitrary) */
class="text-[#190018] bg-[#190018]"
/* SCSS */
$brand: #190018;
/* SwiftUI */
Color(red: 0.098, green: 0.000, blue: 0.094)
/* Android */
Color.parseColor("#190018")Accessibility — WCAG contrast
Aa
#190018 on white: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190018 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.0%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow4.0%
Key (black)90.2%
Color previews
#190018 text on a black background
contrast 1.05:1
Card sample
#190018 text on a white background
contrast 19.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190018;
Background color
Panel with #190018 background
background-color: #190018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 0, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 0, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190018; background: linear-gradient(135deg, #190018, #190007);