#19103c
a deep, vivid blue · warm · closest name: midnightblue
RGB
25, 16, 60
HSL
252°, 58%, 15%
CMYK
58, 73, 0, 77
Luminance
0.0090
Every format
| HEX | #19103c |
| RGB | rgb(25, 16, 60) |
| HSL | hsl(252, 58%, 15%) |
| CMYK | cmyk(58%, 73%, 0%, 77%) |
| LAB | lab(8.2 18.5 -26.9) |
| LCH | lch(8.2 32.6 304.5) |
| OKLCH | oklch(0.216 0.081 287.0) |
Copy-ready code
/* CSS */
color: #19103c;
background-color: #19103c;
/* Tailwind (arbitrary) */
class="text-[#19103c] bg-[#19103c]"
/* SCSS */
$brand: #19103c;
/* SwiftUI */
Color(red: 0.098, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#19103c")Accessibility — WCAG contrast
Aa
#19103c on white: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19103c on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green6.3%
Blue23.5%
CMYK percentages
Cyan58.3%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#19103c text on a black background
contrast 1.18:1
Card sample
#19103c text on a white background
contrast 17.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19103c;
Background color
Panel with #19103c background
background-color: #19103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19103c; background: linear-gradient(135deg, #19103c, #36103C);