#190831
a deep, vivid violet · warm · closest name: black
RGB
25, 8, 49
HSL
265°, 72%, 11%
CMYK
49, 84, 0, 81
Luminance
0.0060
Every format
| HEX | #190831 |
| RGB | rgb(25, 8, 49) |
| HSL | hsl(265, 72%, 11%) |
| CMYK | cmyk(49%, 84%, 0%, 81%) |
| LAB | lab(5.4 18.7 -23.2) |
| LCH | lch(5.4 29.8 308.8) |
| OKLCH | oklch(0.191 0.077 297.7) |
Copy-ready code
/* CSS */
color: #190831;
background-color: #190831;
/* Tailwind (arbitrary) */
class="text-[#190831] bg-[#190831]"
/* SCSS */
$brand: #190831;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.192)
/* Android */
Color.parseColor("#190831")Accessibility — WCAG contrast
Aa
#190831 on white: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190831 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue19.2%
CMYK percentages
Cyan49.0%
Magenta83.7%
Yellow0.0%
Key (black)80.8%
Color previews
#190831 text on a black background
contrast 1.12:1
Card sample
#190831 text on a white background
contrast 18.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190831;
Background color
Panel with #190831 background
background-color: #190831;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190831;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190831; background: linear-gradient(135deg, #190831, #31082E);