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