#190884
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 132
HSL
248°, 89%, 28%
CMYK
81, 94, 0, 48
Luminance
0.0205
Every format
| HEX | #190884 |
| RGB | rgb(25, 8, 132) |
| HSL | hsl(248, 89%, 28%) |
| CMYK | cmyk(81%, 94%, 0%, 48%) |
| LAB | lab(15.7 46.1 -62.6) |
| LCH | lch(15.7 77.8 306.4) |
| OKLCH | oklch(0.295 0.181 272.0) |
Copy-ready code
/* CSS */
color: #190884;
background-color: #190884;
/* Tailwind (arbitrary) */
class="text-[#190884] bg-[#190884]"
/* SCSS */
$brand: #190884;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.518)
/* Android */
Color.parseColor("#190884")Accessibility — WCAG contrast
Aa
#190884 on white: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190884 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue51.8%
CMYK percentages
Cyan81.1%
Magenta93.9%
Yellow0.0%
Key (black)48.2%
Color previews
#190884 text on a black background
contrast 1.41:1
Card sample
#190884 text on a white background
contrast 14.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190884;
Background color
Panel with #190884 background
background-color: #190884;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190884;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190884; background: linear-gradient(135deg, #190884, #6C0884);