#192890
a dark, vivid blue · warm · closest name: midnightblue
RGB
25, 40, 144
HSL
232°, 70%, 33%
CMYK
83, 72, 0, 44
Luminance
0.0374
Every format
| HEX | #192890 |
| RGB | rgb(25, 40, 144) |
| HSL | hsl(232, 70%, 33%) |
| CMYK | cmyk(83%, 72%, 0%, 44%) |
| LAB | lab(22.8 34.0 -58.4) |
| LCH | lch(22.8 67.6 300.2) |
| OKLCH | oklch(0.348 0.169 268.4) |
Copy-ready code
/* CSS */
color: #192890;
background-color: #192890;
/* Tailwind (arbitrary) */
class="text-[#192890] bg-[#192890]"
/* SCSS */
$brand: #192890;
/* SwiftUI */
Color(red: 0.098, green: 0.157, blue: 0.565)
/* Android */
Color.parseColor("#192890")Accessibility — WCAG contrast
Aa
#192890 on white: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192890 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green15.7%
Blue56.5%
CMYK percentages
Cyan82.6%
Magenta72.2%
Yellow0.0%
Key (black)43.5%
Color previews
#192890 text on a black background
contrast 1.75:1
Card sample
#192890 text on a white background
contrast 12.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192890;
Background color
Panel with #192890 background
background-color: #192890;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192890;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 40, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 40, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192890; background: linear-gradient(135deg, #192890, #591990);