#19005b
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 0, 91
HSL
257°, 100%, 18%
CMYK
73, 100, 0, 64
Luminance
0.0096
Every format
| HEX | #19005b |
| RGB | rgb(25, 0, 91) |
| HSL | hsl(257, 100%, 18%) |
| CMYK | cmyk(73%, 100%, 0%, 64%) |
| LAB | lab(8.7 38.0 -47.6) |
| LCH | lch(8.7 60.9 308.6) |
| OKLCH | oklch(0.231 0.139 280.2) |
Copy-ready code
/* CSS */
color: #19005b;
background-color: #19005b;
/* Tailwind (arbitrary) */
class="text-[#19005b] bg-[#19005b]"
/* SCSS */
$brand: #19005b;
/* SwiftUI */
Color(red: 0.098, green: 0.000, blue: 0.357)
/* Android */
Color.parseColor("#19005b")Accessibility — WCAG contrast
Aa
#19005b on white: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19005b on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.0%
Blue35.7%
CMYK percentages
Cyan72.5%
Magenta100.0%
Yellow0.0%
Key (black)64.3%
Color previews
#19005b text on a black background
contrast 1.19:1
Card sample
#19005b text on a white background
contrast 17.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19005b;
Background color
Panel with #19005b background
background-color: #19005b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19005b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 0, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 0, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19005b; background: linear-gradient(135deg, #19005b, #55005B);