#19085f
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 95
HSL
252°, 85%, 20%
CMYK
74, 92, 0, 63
Luminance
0.0121
Every format
| HEX | #19085f |
| RGB | rgb(25, 8, 95) |
| HSL | hsl(252, 85%, 20%) |
| CMYK | cmyk(74%, 92%, 0%, 63%) |
| LAB | lab(10.6 35.1 -47.1) |
| LCH | lch(10.6 58.7 306.7) |
| OKLCH | oklch(0.245 0.137 278.1) |
Copy-ready code
/* CSS */
color: #19085f;
background-color: #19085f;
/* Tailwind (arbitrary) */
class="text-[#19085f] bg-[#19085f]"
/* SCSS */
$brand: #19085f;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.373)
/* Android */
Color.parseColor("#19085f")Accessibility — WCAG contrast
Aa
#19085f on white: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19085f on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue37.3%
CMYK percentages
Cyan73.7%
Magenta91.6%
Yellow0.0%
Key (black)62.7%
Color previews
#19085f text on a black background
contrast 1.24:1
Card sample
#19085f text on a white background
contrast 16.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19085f;
Background color
Panel with #19085f background
background-color: #19085f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19085f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19085f; background: linear-gradient(135deg, #19085f, #53085F);