#191998
a dark, vivid blue · warm · closest name: navy
RGB
25, 25, 152
HSL
240°, 72%, 35%
CMYK
84, 84, 0, 40
Luminance
0.0317
Every format
| HEX | #191998 |
| RGB | rgb(25, 25, 152) |
| HSL | hsl(240, 72%, 35%) |
| CMYK | cmyk(84%, 84%, 0%, 40%) |
| LAB | lab(20.7 45.4 -66.8) |
| LCH | lch(20.7 80.8 304.2) |
| OKLCH | oklch(0.336 0.194 269.6) |
Copy-ready code
/* CSS */
color: #191998;
background-color: #191998;
/* Tailwind (arbitrary) */
class="text-[#191998] bg-[#191998]"
/* SCSS */
$brand: #191998;
/* SwiftUI */
Color(red: 0.098, green: 0.098, blue: 0.596)
/* Android */
Color.parseColor("#191998")Accessibility — WCAG contrast
Aa
#191998 on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191998 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green9.8%
Blue59.6%
CMYK percentages
Cyan83.6%
Magenta83.6%
Yellow0.0%
Key (black)40.4%
Color previews
#191998 text on a black background
contrast 1.63:1
Card sample
#191998 text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191998;
Background color
Panel with #191998 background
background-color: #191998;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191998;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 25, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 25, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191998; background: linear-gradient(135deg, #191998, #6E1998);