#19087f
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 127
HSL
249°, 88%, 27%
CMYK
80, 94, 0, 50
Luminance
0.0191
Every format
| HEX | #19087f |
| RGB | rgb(25, 8, 127) |
| HSL | hsl(249, 88%, 27%) |
| CMYK | cmyk(80%, 94%, 0%, 50%) |
| LAB | lab(15.0 44.7 -60.6) |
| LCH | lch(15.0 75.3 306.4) |
| OKLCH | oklch(0.288 0.175 272.6) |
Copy-ready code
/* CSS */
color: #19087f;
background-color: #19087f;
/* Tailwind (arbitrary) */
class="text-[#19087f] bg-[#19087f]"
/* SCSS */
$brand: #19087f;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.498)
/* Android */
Color.parseColor("#19087f")Accessibility — WCAG contrast
Aa
#19087f on white: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19087f on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue49.8%
CMYK percentages
Cyan80.3%
Magenta93.7%
Yellow0.0%
Key (black)50.2%
Color previews
#19087f text on a black background
contrast 1.38:1
Card sample
#19087f text on a white background
contrast 15.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19087f;
Background color
Panel with #19087f background
background-color: #19087f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19087f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19087f; background: linear-gradient(135deg, #19087f, #68087F);