#190321
a deep, electric violet · warm · closest name: black
RGB
25, 3, 33
HSL
284°, 83%, 7%
CMYK
24, 91, 0, 87
Luminance
0.0038
Every format
| HEX | #190321 |
| RGB | rgb(25, 3, 33) |
| HSL | hsl(284, 83%, 7%) |
| CMYK | cmyk(24%, 91%, 0%, 87%) |
| LAB | lab(3.5 14.1 -14.2) |
| LCH | lch(3.5 20.0 315.0) |
| OKLCH | oklch(0.165 0.067 316.3) |
Copy-ready code
/* CSS */
color: #190321;
background-color: #190321;
/* Tailwind (arbitrary) */
class="text-[#190321] bg-[#190321]"
/* SCSS */
$brand: #190321;
/* SwiftUI */
Color(red: 0.098, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#190321")Accessibility — WCAG contrast
Aa
#190321 on white: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190321 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green1.2%
Blue12.9%
CMYK percentages
Cyan24.2%
Magenta90.9%
Yellow0.0%
Key (black)87.1%
Color previews
#190321 text on a black background
contrast 1.08:1
Card sample
#190321 text on a white background
contrast 19.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190321;
Background color
Panel with #190321 background
background-color: #190321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190321; background: linear-gradient(135deg, #190321, #210315);