#19104f
a deep, vivid blue · warm · closest name: midnightblue
RGB
25, 16, 79
HSL
249°, 66%, 19%
CMYK
68, 80, 0, 69
Luminance
0.0114
Every format
| HEX | #19104f |
| RGB | rgb(25, 16, 79) |
| HSL | hsl(249, 66%, 19%) |
| CMYK | cmyk(68%, 80%, 0%, 69%) |
| LAB | lab(10.1 25.4 -37.0) |
| LCH | lch(10.1 44.9 304.5) |
| OKLCH | oklch(0.236 0.108 280.6) |
Copy-ready code
/* CSS */
color: #19104f;
background-color: #19104f;
/* Tailwind (arbitrary) */
class="text-[#19104f] bg-[#19104f]"
/* SCSS */
$brand: #19104f;
/* SwiftUI */
Color(red: 0.098, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#19104f")Accessibility — WCAG contrast
Aa
#19104f on white: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19104f on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green6.3%
Blue31.0%
CMYK percentages
Cyan68.4%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#19104f text on a black background
contrast 1.23:1
Card sample
#19104f text on a white background
contrast 17.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19104f;
Background color
Panel with #19104f background
background-color: #19104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19104f; background: linear-gradient(135deg, #19104f, #43104F);