#19086f
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 111
HSL
250°, 87%, 23%
CMYK
78, 93, 0, 57
Luminance
0.0153
Every format
| HEX | #19086f |
| RGB | rgb(25, 8, 111) |
| HSL | hsl(250, 87%, 23%) |
| CMYK | cmyk(78%, 93%, 0%, 57%) |
| LAB | lab(12.8 40.0 -54.0) |
| LCH | lch(12.8 67.2 306.5) |
| OKLCH | oklch(0.266 0.157 274.9) |
Copy-ready code
/* CSS */
color: #19086f;
background-color: #19086f;
/* Tailwind (arbitrary) */
class="text-[#19086f] bg-[#19086f]"
/* SCSS */
$brand: #19086f;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.435)
/* Android */
Color.parseColor("#19086f")Accessibility — WCAG contrast
Aa
#19086f on white: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19086f on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue43.5%
CMYK percentages
Cyan77.5%
Magenta92.8%
Yellow0.0%
Key (black)56.5%
Color previews
#19086f text on a black background
contrast 1.31:1
Card sample
#19086f text on a white background
contrast 16.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19086f;
Background color
Panel with #19086f background
background-color: #19086f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19086f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19086f; background: linear-gradient(135deg, #19086f, #5E086F);