#192556
a deep, vivid blue · warm · closest name: midnightblue
RGB
25, 37, 86
HSL
228°, 55%, 22%
CMYK
71, 57, 0, 66
Luminance
0.0220
Every format
| HEX | #192556 |
| RGB | rgb(25, 37, 86) |
| HSL | hsl(228, 55%, 22%) |
| CMYK | cmyk(71%, 57%, 0%, 66%) |
| LAB | lab(16.5 13.2 -31.3) |
| LCH | lch(16.5 34.0 292.9) |
| OKLCH | oklch(0.285 0.090 269.6) |
Copy-ready code
/* CSS */
color: #192556;
background-color: #192556;
/* Tailwind (arbitrary) */
class="text-[#192556] bg-[#192556]"
/* SCSS */
$brand: #192556;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.337)
/* Android */
Color.parseColor("#192556")Accessibility — WCAG contrast
Aa
#192556 on white: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192556 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue33.7%
CMYK percentages
Cyan70.9%
Magenta57.0%
Yellow0.0%
Key (black)66.3%
Color previews
#192556 text on a black background
contrast 1.44:1
Card sample
#192556 text on a white background
contrast 14.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192556;
Background color
Panel with #192556 background
background-color: #192556;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192556;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192556; background: linear-gradient(135deg, #192556, #361956);