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