#19086a
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 106
HSL
250°, 86%, 22%
CMYK
76, 93, 0, 58
Luminance
0.0142
Every format
| HEX | #19086a |
| RGB | rgb(25, 8, 106) |
| HSL | hsl(250, 86%, 22%) |
| CMYK | cmyk(76%, 93%, 0%, 58%) |
| LAB | lab(12.1 38.5 -51.9) |
| LCH | lch(12.1 64.6 306.5) |
| OKLCH | oklch(0.260 0.151 275.8) |
Copy-ready code
/* CSS */
color: #19086a;
background-color: #19086a;
/* Tailwind (arbitrary) */
class="text-[#19086a] bg-[#19086a]"
/* SCSS */
$brand: #19086a;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.416)
/* Android */
Color.parseColor("#19086a")Accessibility — WCAG contrast
Aa
#19086a on white: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19086a on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue41.6%
CMYK percentages
Cyan76.4%
Magenta92.5%
Yellow0.0%
Key (black)58.4%
Color previews
#19086a text on a black background
contrast 1.28:1
Card sample
#19086a text on a white background
contrast 16.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19086a;
Background color
Panel with #19086a background
background-color: #19086a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19086a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19086a; background: linear-gradient(135deg, #19086a, #5B086A);