#192540
a deep, soft blue · cool · closest name: black
RGB
25, 37, 64
HSL
222°, 44%, 18%
CMYK
61, 42, 0, 75
Luminance
0.0190
Every format
| HEX | #192540 |
| RGB | rgb(25, 37, 64) |
| HSL | hsl(222, 44%, 18%) |
| CMYK | cmyk(61%, 42%, 0%, 75%) |
| LAB | lab(14.9 4.3 -18.8) |
| LCH | lch(14.9 19.3 283.0) |
| OKLCH | oklch(0.268 0.053 264.9) |
Copy-ready code
/* CSS */
color: #192540;
background-color: #192540;
/* Tailwind (arbitrary) */
class="text-[#192540] bg-[#192540]"
/* SCSS */
$brand: #192540;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.251)
/* Android */
Color.parseColor("#192540")Accessibility — WCAG contrast
Aa
#192540 on white: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192540 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue25.1%
CMYK percentages
Cyan60.9%
Magenta42.2%
Yellow0.0%
Key (black)74.9%
Color previews
#192540 text on a black background
contrast 1.38:1
Card sample
#192540 text on a white background
contrast 15.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192540;
Background color
Panel with #192540 background
background-color: #192540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192540; background: linear-gradient(135deg, #192540, #271940);