#190866
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 102
HSL
251°, 86%, 22%
CMYK
76, 92, 0, 60
Luminance
0.0134
Every format
| HEX | #190866 |
| RGB | rgb(25, 8, 102) |
| HSL | hsl(251, 86%, 22%) |
| CMYK | cmyk(76%, 92%, 0%, 60%) |
| LAB | lab(11.6 37.2 -50.2) |
| LCH | lch(11.6 62.5 306.6) |
| OKLCH | oklch(0.255 0.146 276.6) |
Copy-ready code
/* CSS */
color: #190866;
background-color: #190866;
/* Tailwind (arbitrary) */
class="text-[#190866] bg-[#190866]"
/* SCSS */
$brand: #190866;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.400)
/* Android */
Color.parseColor("#190866")Accessibility — WCAG contrast
Aa
#190866 on white: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190866 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue40.0%
CMYK percentages
Cyan75.5%
Magenta92.2%
Yellow0.0%
Key (black)60.0%
Color previews
#190866 text on a black background
contrast 1.27:1
Card sample
#190866 text on a white background
contrast 16.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190866;
Background color
Panel with #190866 background
background-color: #190866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190866; background: linear-gradient(135deg, #190866, #580866);