#190832
a deep, vivid violet · warm · closest name: midnightblue
RGB
25, 8, 50
HSL
264°, 72%, 11%
CMYK
50, 84, 0, 80
Luminance
0.0061
Every format
| HEX | #190832 |
| RGB | rgb(25, 8, 50) |
| HSL | hsl(264, 72%, 11%) |
| CMYK | cmyk(50%, 84%, 0%, 80%) |
| LAB | lab(5.5 19.1 -23.8) |
| LCH | lch(5.5 30.5 308.7) |
| OKLCH | oklch(0.192 0.078 297.0) |
Copy-ready code
/* CSS */
color: #190832;
background-color: #190832;
/* Tailwind (arbitrary) */
class="text-[#190832] bg-[#190832]"
/* SCSS */
$brand: #190832;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.196)
/* Android */
Color.parseColor("#190832")Accessibility — WCAG contrast
Aa
#190832 on white: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190832 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue19.6%
CMYK percentages
Cyan50.0%
Magenta84.0%
Yellow0.0%
Key (black)80.4%
Color previews
#190832 text on a black background
contrast 1.12:1
Card sample
#190832 text on a white background
contrast 18.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190832;
Background color
Panel with #190832 background
background-color: #190832;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190832;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190832; background: linear-gradient(135deg, #190832, #32082F);