#192564
a deep, vivid blue · warm · closest name: midnightblue
RGB
25, 37, 100
HSL
230°, 60%, 25%
CMYK
75, 63, 0, 61
Luminance
0.0245
Every format
| HEX | #192564 |
| RGB | rgb(25, 37, 100) |
| HSL | hsl(230, 60%, 25%) |
| CMYK | cmyk(75%, 63%, 0%, 61%) |
| LAB | lab(17.7 18.9 -38.7) |
| LCH | lch(17.7 43.1 296.0) |
| OKLCH | oklch(0.298 0.112 270.0) |
Copy-ready code
/* CSS */
color: #192564;
background-color: #192564;
/* Tailwind (arbitrary) */
class="text-[#192564] bg-[#192564]"
/* SCSS */
$brand: #192564;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.392)
/* Android */
Color.parseColor("#192564")Accessibility — WCAG contrast
Aa
#192564 on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192564 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue39.2%
CMYK percentages
Cyan75.0%
Magenta63.0%
Yellow0.0%
Key (black)60.8%
Color previews
#192564 text on a black background
contrast 1.49:1
Card sample
#192564 text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192564;
Background color
Panel with #192564 background
background-color: #192564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192564; background: linear-gradient(135deg, #192564, #3F1964);