#190878
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 120
HSL
249°, 88%, 25%
CMYK
79, 93, 0, 53
Luminance
0.0174
Every format
| HEX | #190878 |
| RGB | rgb(25, 8, 120) |
| HSL | hsl(249, 88%, 25%) |
| CMYK | cmyk(79%, 93%, 0%, 53%) |
| LAB | lab(14.0 42.6 -57.8) |
| LCH | lch(14.0 71.8 306.4) |
| OKLCH | oklch(0.278 0.167 273.5) |
Copy-ready code
/* CSS */
color: #190878;
background-color: #190878;
/* Tailwind (arbitrary) */
class="text-[#190878] bg-[#190878]"
/* SCSS */
$brand: #190878;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.471)
/* Android */
Color.parseColor("#190878")Accessibility — WCAG contrast
Aa
#190878 on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190878 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue47.1%
CMYK percentages
Cyan79.2%
Magenta93.3%
Yellow0.0%
Key (black)52.9%
Color previews
#190878 text on a black background
contrast 1.35:1
Card sample
#190878 text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190878;
Background color
Panel with #190878 background
background-color: #190878;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190878;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190878; background: linear-gradient(135deg, #190878, #640878);