#190071
a deep, electric blue · warm · closest name: navy
RGB
25, 0, 113
HSL
253°, 100%, 22%
CMYK
78, 100, 0, 56
Luminance
0.0140
Every format
| HEX | #190071 |
| RGB | rgb(25, 0, 113) |
| HSL | hsl(253, 100%, 22%) |
| CMYK | cmyk(78%, 100%, 0%, 56%) |
| LAB | lab(11.9 44.0 -56.7) |
| LCH | lch(11.9 71.8 307.8) |
| OKLCH | oklch(0.262 0.164 275.1) |
Copy-ready code
/* CSS */
color: #190071;
background-color: #190071;
/* Tailwind (arbitrary) */
class="text-[#190071] bg-[#190071]"
/* SCSS */
$brand: #190071;
/* SwiftUI */
Color(red: 0.098, green: 0.000, blue: 0.443)
/* Android */
Color.parseColor("#190071")Accessibility — WCAG contrast
Aa
#190071 on white: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190071 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.0%
Blue44.3%
CMYK percentages
Cyan77.9%
Magenta100.0%
Yellow0.0%
Key (black)55.7%
Color previews
#190071 text on a black background
contrast 1.28:1
Card sample
#190071 text on a white background
contrast 16.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190071;
Background color
Panel with #190071 background
background-color: #190071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 0, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 0, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190071; background: linear-gradient(135deg, #190071, #650071);