#190887
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 135
HSL
248°, 89%, 28%
CMYK
82, 94, 0, 47
Luminance
0.0213
Every format
| HEX | #190887 |
| RGB | rgb(25, 8, 135) |
| HSL | hsl(248, 89%, 28%) |
| CMYK | cmyk(82%, 94%, 0%, 47%) |
| LAB | lab(16.1 47.0 -63.8) |
| LCH | lch(16.1 79.2 306.4) |
| OKLCH | oklch(0.299 0.184 271.7) |
Copy-ready code
/* CSS */
color: #190887;
background-color: #190887;
/* Tailwind (arbitrary) */
class="text-[#190887] bg-[#190887]"
/* SCSS */
$brand: #190887;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.529)
/* Android */
Color.parseColor("#190887")Accessibility — WCAG contrast
Aa
#190887 on white: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190887 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue52.9%
CMYK percentages
Cyan81.5%
Magenta94.1%
Yellow0.0%
Key (black)47.1%
Color previews
#190887 text on a black background
contrast 1.43:1
Card sample
#190887 text on a white background
contrast 14.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190887;
Background color
Panel with #190887 background
background-color: #190887;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190887;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190887; background: linear-gradient(135deg, #190887, #6D0887);