#19084a
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 74
HSL
256°, 81%, 16%
CMYK
66, 89, 0, 71
Luminance
0.0087
Every format
| HEX | #19084a |
| RGB | rgb(25, 8, 74) |
| HSL | hsl(256, 81%, 16%) |
| CMYK | cmyk(66%, 89%, 0%, 71%) |
| LAB | lab(7.9 28.3 -37.2) |
| LCH | lch(7.9 46.8 307.3) |
| OKLCH | oklch(0.219 0.111 284.4) |
Copy-ready code
/* CSS */
color: #19084a;
background-color: #19084a;
/* Tailwind (arbitrary) */
class="text-[#19084a] bg-[#19084a]"
/* SCSS */
$brand: #19084a;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.290)
/* Android */
Color.parseColor("#19084a")Accessibility — WCAG contrast
Aa
#19084a on white: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19084a on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue29.0%
CMYK percentages
Cyan66.2%
Magenta89.2%
Yellow0.0%
Key (black)71.0%
Color previews
#19084a text on a black background
contrast 1.17:1
Card sample
#19084a text on a white background
contrast 17.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19084a;
Background color
Panel with #19084a background
background-color: #19084a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19084a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19084a; background: linear-gradient(135deg, #19084a, #45084A);