#19328a
a dark, vivid blue · warm · closest name: midnightblue
RGB
25, 50, 138
HSL
227°, 69%, 32%
CMYK
82, 64, 0, 46
Luminance
0.0432
Every format
| HEX | #19328a |
| RGB | rgb(25, 50, 138) |
| HSL | hsl(227, 69%, 32%) |
| CMYK | cmyk(82%, 64%, 0%, 46%) |
| LAB | lab(24.7 25.0 -51.5) |
| LCH | lch(24.7 57.3 295.9) |
| OKLCH | oklch(0.360 0.149 266.4) |
Copy-ready code
/* CSS */
color: #19328a;
background-color: #19328a;
/* Tailwind (arbitrary) */
class="text-[#19328a] bg-[#19328a]"
/* SCSS */
$brand: #19328a;
/* SwiftUI */
Color(red: 0.098, green: 0.196, blue: 0.541)
/* Android */
Color.parseColor("#19328a")Accessibility — WCAG contrast
Aa
#19328a on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19328a on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green19.6%
Blue54.1%
CMYK percentages
Cyan81.9%
Magenta63.8%
Yellow0.0%
Key (black)45.9%
Color previews
#19328a text on a black background
contrast 1.86:1
Card sample
#19328a text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19328a;
Background color
Panel with #19328a background
background-color: #19328a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19328a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 50, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 50, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19328a; background: linear-gradient(135deg, #19328a, #4B198A);