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