#190891
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 145
HSL
247°, 90%, 30%
CMYK
83, 95, 0, 43
Luminance
0.0242
Every format
| HEX | #190891 |
| RGB | rgb(25, 8, 145) |
| HSL | hsl(247, 90%, 30%) |
| CMYK | cmyk(83%, 95%, 0%, 43%) |
| LAB | lab(17.6 49.8 -67.7) |
| LCH | lch(17.6 84.1 306.3) |
| OKLCH | oklch(0.312 0.196 270.7) |
Copy-ready code
/* CSS */
color: #190891;
background-color: #190891;
/* Tailwind (arbitrary) */
class="text-[#190891] bg-[#190891]"
/* SCSS */
$brand: #190891;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.569)
/* Android */
Color.parseColor("#190891")Accessibility — WCAG contrast
Aa
#190891 on white: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190891 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue56.9%
CMYK percentages
Cyan82.8%
Magenta94.5%
Yellow0.0%
Key (black)43.1%
Color previews
#190891 text on a black background
contrast 1.48:1
Card sample
#190891 text on a white background
contrast 14.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190891;
Background color
Panel with #190891 background
background-color: #190891;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190891;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190891; background: linear-gradient(135deg, #190891, #740891);