#190864
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 100
HSL
251°, 85%, 21%
CMYK
75, 92, 0, 61
Luminance
0.0130
Every format
| HEX | #190864 |
| RGB | rgb(25, 8, 100) |
| HSL | hsl(251, 85%, 21%) |
| CMYK | cmyk(75%, 92%, 0%, 61%) |
| LAB | lab(11.3 36.6 -49.3) |
| LCH | lch(11.3 61.4 306.6) |
| OKLCH | oklch(0.252 0.143 277.0) |
Copy-ready code
/* CSS */
color: #190864;
background-color: #190864;
/* Tailwind (arbitrary) */
class="text-[#190864] bg-[#190864]"
/* SCSS */
$brand: #190864;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.392)
/* Android */
Color.parseColor("#190864")Accessibility — WCAG contrast
Aa
#190864 on white: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190864 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue39.2%
CMYK percentages
Cyan75.0%
Magenta92.0%
Yellow0.0%
Key (black)60.8%
Color previews
#190864 text on a black background
contrast 1.26:1
Card sample
#190864 text on a white background
contrast 16.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190864;
Background color
Panel with #190864 background
background-color: #190864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190864; background: linear-gradient(135deg, #190864, #560864);