#190217
a deep, electric magenta / pink · warm · closest name: black
RGB
25, 2, 23
HSL
305°, 85%, 5%
CMYK
0, 92, 8, 90
Luminance
0.0031
Every format
| HEX | #190217 |
| RGB | rgb(25, 2, 23) |
| HSL | hsl(305, 85%, 5%) |
| CMYK | cmyk(0%, 92%, 8%, 90%) |
| LAB | lab(2.8 11.5 -7.2) |
| LCH | lch(2.8 13.6 328.1) |
| OKLCH | oklch(0.154 0.059 331.3) |
Copy-ready code
/* CSS */
color: #190217;
background-color: #190217;
/* Tailwind (arbitrary) */
class="text-[#190217] bg-[#190217]"
/* SCSS */
$brand: #190217;
/* SwiftUI */
Color(red: 0.098, green: 0.008, blue: 0.090)
/* Android */
Color.parseColor("#190217")Accessibility — WCAG contrast
Aa
#190217 on white: 19.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190217 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.8%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow8.0%
Key (black)90.2%
Color previews
#190217 text on a black background
contrast 1.06:1
Card sample
#190217 text on a white background
contrast 19.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190217;
Background color
Panel with #190217 background
background-color: #190217;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190217;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 2, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 2, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190217; background: linear-gradient(135deg, #190217, #190208);