#19084c
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 76
HSL
255°, 81%, 17%
CMYK
67, 90, 0, 70
Luminance
0.0090
Every format
| HEX | #19084c |
| RGB | rgb(25, 8, 76) |
| HSL | hsl(255, 81%, 17%) |
| CMYK | cmyk(67%, 90%, 0%, 70%) |
| LAB | lab(8.2 29.0 -38.2) |
| LCH | lch(8.2 47.9 307.2) |
| OKLCH | oklch(0.221 0.113 283.7) |
Copy-ready code
/* CSS */
color: #19084c;
background-color: #19084c;
/* Tailwind (arbitrary) */
class="text-[#19084c] bg-[#19084c]"
/* SCSS */
$brand: #19084c;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.298)
/* Android */
Color.parseColor("#19084c")Accessibility — WCAG contrast
Aa
#19084c on white: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19084c on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue29.8%
CMYK percentages
Cyan67.1%
Magenta89.5%
Yellow0.0%
Key (black)70.2%
Color previews
#19084c text on a black background
contrast 1.18:1
Card sample
#19084c text on a white background
contrast 17.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19084c;
Background color
Panel with #19084c background
background-color: #19084c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19084c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19084c; background: linear-gradient(135deg, #19084c, #46084C);