#192571
a dark, vivid blue · warm · closest name: midnightblue
RGB
25, 37, 113
HSL
232°, 64%, 27%
CMYK
78, 67, 0, 56
Luminance
0.0272
Every format
| HEX | #192571 |
| RGB | rgb(25, 37, 113) |
| HSL | hsl(232, 64%, 27%) |
| CMYK | cmyk(78%, 67%, 0%, 56%) |
| LAB | lab(18.9 24.1 -45.2) |
| LCH | lch(18.9 51.3 298.1) |
| OKLCH | oklch(0.310 0.131 269.8) |
Copy-ready code
/* CSS */
color: #192571;
background-color: #192571;
/* Tailwind (arbitrary) */
class="text-[#192571] bg-[#192571]"
/* SCSS */
$brand: #192571;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.443)
/* Android */
Color.parseColor("#192571")Accessibility — WCAG contrast
Aa
#192571 on white: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192571 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue44.3%
CMYK percentages
Cyan77.9%
Magenta67.3%
Yellow0.0%
Key (black)55.7%
Color previews
#192571 text on a black background
contrast 1.54:1
Card sample
#192571 text on a white background
contrast 13.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192571;
Background color
Panel with #192571 background
background-color: #192571;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192571;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192571; background: linear-gradient(135deg, #192571, #481971);