#19085b
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 91
HSL
252°, 84%, 19%
CMYK
73, 91, 0, 64
Luminance
0.0114
Every format
| HEX | #19085b |
| RGB | rgb(25, 8, 91) |
| HSL | hsl(252, 84%, 19%) |
| CMYK | cmyk(73%, 91%, 0%, 64%) |
| LAB | lab(10.1 33.8 -45.3) |
| LCH | lch(10.1 56.5 306.8) |
| OKLCH | oklch(0.240 0.132 279.1) |
Copy-ready code
/* CSS */
color: #19085b;
background-color: #19085b;
/* Tailwind (arbitrary) */
class="text-[#19085b] bg-[#19085b]"
/* SCSS */
$brand: #19085b;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.357)
/* Android */
Color.parseColor("#19085b")Accessibility — WCAG contrast
Aa
#19085b on white: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19085b on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue35.7%
CMYK percentages
Cyan72.5%
Magenta91.2%
Yellow0.0%
Key (black)64.3%
Color previews
#19085b text on a black background
contrast 1.23:1
Card sample
#19085b text on a white background
contrast 17.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19085b;
Background color
Panel with #19085b background
background-color: #19085b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19085b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19085b; background: linear-gradient(135deg, #19085b, #50085B);