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