#190882
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 130
HSL
248°, 88%, 27%
CMYK
81, 94, 0, 49
Luminance
0.0199
Every format
| HEX | #190882 |
| RGB | rgb(25, 8, 130) |
| HSL | hsl(248, 88%, 27%) |
| CMYK | cmyk(81%, 94%, 0%, 49%) |
| LAB | lab(15.4 45.6 -61.8) |
| LCH | lch(15.4 76.8 306.4) |
| OKLCH | oklch(0.292 0.179 272.2) |
Copy-ready code
/* CSS */
color: #190882;
background-color: #190882;
/* Tailwind (arbitrary) */
class="text-[#190882] bg-[#190882]"
/* SCSS */
$brand: #190882;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.510)
/* Android */
Color.parseColor("#190882")Accessibility — WCAG contrast
Aa
#190882 on white: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190882 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue51.0%
CMYK percentages
Cyan80.8%
Magenta93.8%
Yellow0.0%
Key (black)49.0%
Color previews
#190882 text on a black background
contrast 1.40:1
Card sample
#190882 text on a white background
contrast 15.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190882;
Background color
Panel with #190882 background
background-color: #190882;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190882;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190882; background: linear-gradient(135deg, #190882, #6B0882);