#19084b
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 75
HSL
255°, 81%, 16%
CMYK
67, 89, 0, 71
Luminance
0.0089
Every format
| HEX | #19084b |
| RGB | rgb(25, 8, 75) |
| HSL | hsl(255, 81%, 16%) |
| CMYK | cmyk(67%, 89%, 0%, 71%) |
| LAB | lab(8.0 28.7 -37.7) |
| LCH | lch(8.0 47.3 307.3) |
| OKLCH | oklch(0.220 0.112 284.0) |
Copy-ready code
/* CSS */
color: #19084b;
background-color: #19084b;
/* Tailwind (arbitrary) */
class="text-[#19084b] bg-[#19084b]"
/* SCSS */
$brand: #19084b;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.294)
/* Android */
Color.parseColor("#19084b")Accessibility — WCAG contrast
Aa
#19084b on white: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19084b on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue29.4%
CMYK percentages
Cyan66.7%
Magenta89.3%
Yellow0.0%
Key (black)70.6%
Color previews
#19084b text on a black background
contrast 1.18:1
Card sample
#19084b text on a white background
contrast 17.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19084b;
Background color
Panel with #19084b background
background-color: #19084b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19084b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19084b; background: linear-gradient(135deg, #19084b, #46084B);