#19001f
a deep, electric violet · warm · closest name: black
RGB
25, 0, 31
HSL
288°, 100%, 6%
CMYK
19, 100, 0, 88
Luminance
0.0031
Every format
| HEX | #19001f |
| RGB | rgb(25, 0, 31) |
| HSL | hsl(288, 100%, 6%) |
| CMYK | cmyk(19%, 100%, 0%, 88%) |
| LAB | lab(2.8 14.7 -13.6) |
| LCH | lch(2.8 20.0 317.1) |
| OKLCH | oklch(0.155 0.074 320.2) |
Copy-ready code
/* CSS */
color: #19001f;
background-color: #19001f;
/* Tailwind (arbitrary) */
class="text-[#19001f] bg-[#19001f]"
/* SCSS */
$brand: #19001f;
/* SwiftUI */
Color(red: 0.098, green: 0.000, blue: 0.122)
/* Android */
Color.parseColor("#19001f")Accessibility — WCAG contrast
Aa
#19001f on white: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19001f on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.0%
Blue12.2%
CMYK percentages
Cyan19.4%
Magenta100.0%
Yellow0.0%
Key (black)87.8%
Color previews
#19001f text on a black background
contrast 1.06:1
Card sample
#19001f text on a white background
contrast 19.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19001f;
Background color
Panel with #19001f background
background-color: #19001f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19001f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 0, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 0, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19001f; background: linear-gradient(135deg, #19001f, #1F0010);