#19082c
a deep, vivid violet · warm · closest name: black
RGB
25, 8, 44
HSL
268°, 69%, 10%
CMYK
43, 82, 0, 83
Luminance
0.0056
Every format
| HEX | #19082c |
| RGB | rgb(25, 8, 44) |
| HSL | hsl(268, 69%, 10%) |
| CMYK | cmyk(43%, 82%, 0%, 83%) |
| LAB | lab(5.1 16.6 -20.1) |
| LCH | lch(5.1 26.0 309.6) |
| OKLCH | oklch(0.186 0.070 301.7) |
Copy-ready code
/* CSS */
color: #19082c;
background-color: #19082c;
/* Tailwind (arbitrary) */
class="text-[#19082c] bg-[#19082c]"
/* SCSS */
$brand: #19082c;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.173)
/* Android */
Color.parseColor("#19082c")Accessibility — WCAG contrast
Aa
#19082c on white: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19082c on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue17.3%
CMYK percentages
Cyan43.2%
Magenta81.8%
Yellow0.0%
Key (black)82.7%
Color previews
#19082c text on a black background
contrast 1.11:1
Card sample
#19082c text on a white background
contrast 18.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19082c;
Background color
Panel with #19082c background
background-color: #19082c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19082c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19082c; background: linear-gradient(135deg, #19082c, #2C0827);