#19082a
a deep, vivid violet · warm · closest name: black
RGB
25, 8, 42
HSL
270°, 68%, 10%
CMYK
41, 81, 0, 84
Luminance
0.0055
Every format
| HEX | #19082a |
| RGB | rgb(25, 8, 42) |
| HSL | hsl(270, 68%, 10%) |
| CMYK | cmyk(41%, 81%, 0%, 84%) |
| LAB | lab(5.0 15.7 -18.8) |
| LCH | lch(5.0 24.5 310.0) |
| OKLCH | oklch(0.184 0.067 303.5) |
Copy-ready code
/* CSS */
color: #19082a;
background-color: #19082a;
/* Tailwind (arbitrary) */
class="text-[#19082a] bg-[#19082a]"
/* SCSS */
$brand: #19082a;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.165)
/* Android */
Color.parseColor("#19082a")Accessibility — WCAG contrast
Aa
#19082a on white: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19082a on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue16.5%
CMYK percentages
Cyan40.5%
Magenta81.0%
Yellow0.0%
Key (black)83.5%
Color previews
#19082a text on a black background
contrast 1.11:1
Card sample
#19082a text on a white background
contrast 18.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19082a;
Background color
Panel with #19082a background
background-color: #19082a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19082a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19082a; background: linear-gradient(135deg, #19082a, #2A0824);