#190862
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 98
HSL
251°, 85%, 21%
CMYK
75, 92, 0, 62
Luminance
0.0126
Every format
| HEX | #190862 |
| RGB | rgb(25, 8, 98) |
| HSL | hsl(251, 85%, 21%) |
| CMYK | cmyk(75%, 92%, 0%, 62%) |
| LAB | lab(11.0 36.0 -48.4) |
| LCH | lch(11.0 60.3 306.6) |
| OKLCH | oklch(0.249 0.141 277.4) |
Copy-ready code
/* CSS */
color: #190862;
background-color: #190862;
/* Tailwind (arbitrary) */
class="text-[#190862] bg-[#190862]"
/* SCSS */
$brand: #190862;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.384)
/* Android */
Color.parseColor("#190862")Accessibility — WCAG contrast
Aa
#190862 on white: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190862 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue38.4%
CMYK percentages
Cyan74.5%
Magenta91.8%
Yellow0.0%
Key (black)61.6%
Color previews
#190862 text on a black background
contrast 1.25:1
Card sample
#190862 text on a white background
contrast 16.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190862;
Background color
Panel with #190862 background
background-color: #190862;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190862;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190862; background: linear-gradient(135deg, #190862, #550862);