#19196f
a dark, vivid blue · warm · “midnightblue”
RGB
25, 25, 111
HSL
240°, 63%, 27%
CMYK
78, 78, 0, 57
Luminance
0.0205
Every format
| HEX | #19196f |
| RGB | rgb(25, 25, 111) |
| HSL | hsl(240, 63%, 27%) |
| CMYK | cmyk(78%, 78%, 0%, 57%) |
| LAB | lab(15.7 31.4 -49.1) |
| LCH | lch(15.7 58.3 302.6) |
| OKLCH | oklch(0.287 0.142 272.9) |
Copy-ready code
/* CSS */
color: #19196f;
background-color: #19196f;
/* Tailwind (arbitrary) */
class="text-[#19196f] bg-[#19196f]"
/* SCSS */
$brand: #19196f;
/* SwiftUI */
Color(red: 0.098, green: 0.098, blue: 0.435)
/* Android */
Color.parseColor("#19196f")Accessibility — WCAG contrast
Aa
#19196f on white: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19196f on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green9.8%
Blue43.5%
CMYK percentages
Cyan77.5%
Magenta77.5%
Yellow0.0%
Key (black)56.5%
Color previews
#19196f text on a black background
contrast 1.41:1
Card sample
#19196f text on a white background
contrast 14.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19196f;
Background color
Panel with #19196f background
background-color: #19196f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19196f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 25, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 25, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19196f; background: linear-gradient(135deg, #19196f, #52196F);