#19085a
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 90
HSL
252°, 84%, 19%
CMYK
72, 91, 0, 65
Luminance
0.0112
Every format
| HEX | #19085a |
| RGB | rgb(25, 8, 90) |
| HSL | hsl(252, 84%, 19%) |
| CMYK | cmyk(72%, 91%, 0%, 65%) |
| LAB | lab(9.9 33.5 -44.8) |
| LCH | lch(9.9 55.9 306.8) |
| OKLCH | oklch(0.239 0.131 279.4) |
Copy-ready code
/* CSS */
color: #19085a;
background-color: #19085a;
/* Tailwind (arbitrary) */
class="text-[#19085a] bg-[#19085a]"
/* SCSS */
$brand: #19085a;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.353)
/* Android */
Color.parseColor("#19085a")Accessibility — WCAG contrast
Aa
#19085a on white: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19085a on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue35.3%
CMYK percentages
Cyan72.2%
Magenta91.1%
Yellow0.0%
Key (black)64.7%
Color previews
#19085a text on a black background
contrast 1.22:1
Card sample
#19085a text on a white background
contrast 17.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19085a;
Background color
Panel with #19085a background
background-color: #19085a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19085a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19085a; background: linear-gradient(135deg, #19085a, #50085A);