#192580
a dark, vivid blue · warm · closest name: midnightblue
RGB
25, 37, 128
HSL
233°, 67%, 30%
CMYK
81, 71, 0, 50
Luminance
0.0309
Every format
| HEX | #192580 |
| RGB | rgb(25, 37, 128) |
| HSL | hsl(233, 67%, 30%) |
| CMYK | cmyk(81%, 71%, 0%, 50%) |
| LAB | lab(20.4 29.9 -52.4) |
| LCH | lch(20.4 60.3 299.8) |
| OKLCH | oklch(0.326 0.152 269.4) |
Copy-ready code
/* CSS */
color: #192580;
background-color: #192580;
/* Tailwind (arbitrary) */
class="text-[#192580] bg-[#192580]"
/* SCSS */
$brand: #192580;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.502)
/* Android */
Color.parseColor("#192580")Accessibility — WCAG contrast
Aa
#192580 on white: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192580 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue50.2%
CMYK percentages
Cyan80.5%
Magenta71.1%
Yellow0.0%
Key (black)49.8%
Color previews
#192580 text on a black background
contrast 1.62:1
Card sample
#192580 text on a white background
contrast 12.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192580;
Background color
Panel with #192580 background
background-color: #192580;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192580;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192580; background: linear-gradient(135deg, #192580, #521980);