#190894
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 148
HSL
247°, 90%, 31%
CMYK
83, 95, 0, 42
Luminance
0.0252
Every format
| HEX | #190894 |
| RGB | rgb(25, 8, 148) |
| HSL | hsl(247, 90%, 31%) |
| CMYK | cmyk(83%, 95%, 0%, 42%) |
| LAB | lab(18.0 50.7 -68.8) |
| LCH | lch(18.0 85.5 306.3) |
| OKLCH | oklch(0.316 0.199 270.5) |
Copy-ready code
/* CSS */
color: #190894;
background-color: #190894;
/* Tailwind (arbitrary) */
class="text-[#190894] bg-[#190894]"
/* SCSS */
$brand: #190894;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.580)
/* Android */
Color.parseColor("#190894")Accessibility — WCAG contrast
Aa
#190894 on white: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190894 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue58.0%
CMYK percentages
Cyan83.1%
Magenta94.6%
Yellow0.0%
Key (black)42.0%
Color previews
#190894 text on a black background
contrast 1.50:1
Card sample
#190894 text on a white background
contrast 13.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190894;
Background color
Panel with #190894 background
background-color: #190894;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190894;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190894; background: linear-gradient(135deg, #190894, #760894);