#190332
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 3, 50
HSL
268°, 89%, 10%
CMYK
50, 94, 0, 80
Luminance
0.0050
Every format
| HEX | #190332 |
| RGB | rgb(25, 3, 50) |
| HSL | hsl(268, 89%, 10%) |
| CMYK | cmyk(50%, 94%, 0%, 80%) |
| LAB | lab(4.5 21.4 -25.4) |
| LCH | lch(4.5 33.2 310.1) |
| OKLCH | oklch(0.182 0.087 299.5) |
Copy-ready code
/* CSS */
color: #190332;
background-color: #190332;
/* Tailwind (arbitrary) */
class="text-[#190332] bg-[#190332]"
/* SCSS */
$brand: #190332;
/* SwiftUI */
Color(red: 0.098, green: 0.012, blue: 0.196)
/* Android */
Color.parseColor("#190332")Accessibility — WCAG contrast
Aa
#190332 on white: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190332 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green1.2%
Blue19.6%
CMYK percentages
Cyan50.0%
Magenta94.0%
Yellow0.0%
Key (black)80.4%
Color previews
#190332 text on a black background
contrast 1.10:1
Card sample
#190332 text on a white background
contrast 19.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190332;
Background color
Panel with #190332 background
background-color: #190332;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190332;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 3, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 3, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190332; background: linear-gradient(135deg, #190332, #32032C);