#19087c
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 124
HSL
249°, 88%, 26%
CMYK
80, 94, 0, 51
Luminance
0.0184
Every format
| HEX | #19087c |
| RGB | rgb(25, 8, 124) |
| HSL | hsl(249, 88%, 26%) |
| CMYK | cmyk(80%, 94%, 0%, 51%) |
| LAB | lab(14.6 43.8 -59.4) |
| LCH | lch(14.6 73.8 306.4) |
| OKLCH | oklch(0.284 0.172 273.0) |
Copy-ready code
/* CSS */
color: #19087c;
background-color: #19087c;
/* Tailwind (arbitrary) */
class="text-[#19087c] bg-[#19087c]"
/* SCSS */
$brand: #19087c;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.486)
/* Android */
Color.parseColor("#19087c")Accessibility — WCAG contrast
Aa
#19087c on white: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19087c on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue48.6%
CMYK percentages
Cyan79.8%
Magenta93.5%
Yellow0.0%
Key (black)51.4%
Color previews
#19087c text on a black background
contrast 1.37:1
Card sample
#19087c text on a white background
contrast 15.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19087c;
Background color
Panel with #19087c background
background-color: #19087c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19087c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19087c; background: linear-gradient(135deg, #19087c, #66087C);