#190859
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 89
HSL
253°, 84%, 19%
CMYK
72, 91, 0, 65
Luminance
0.0110
Every format
| HEX | #190859 |
| RGB | rgb(25, 8, 89) |
| HSL | hsl(253, 84%, 19%) |
| CMYK | cmyk(72%, 91%, 0%, 65%) |
| LAB | lab(9.8 33.2 -44.3) |
| LCH | lch(9.8 55.4 306.8) |
| OKLCH | oklch(0.238 0.130 279.6) |
Copy-ready code
/* CSS */
color: #190859;
background-color: #190859;
/* Tailwind (arbitrary) */
class="text-[#190859] bg-[#190859]"
/* SCSS */
$brand: #190859;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.349)
/* Android */
Color.parseColor("#190859")Accessibility — WCAG contrast
Aa
#190859 on white: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190859 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue34.9%
CMYK percentages
Cyan71.9%
Magenta91.0%
Yellow0.0%
Key (black)65.1%
Color previews
#190859 text on a black background
contrast 1.22:1
Card sample
#190859 text on a white background
contrast 17.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190859;
Background color
Panel with #190859 background
background-color: #190859;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190859;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190859; background: linear-gradient(135deg, #190859, #4F0859);