#190385
a dark, electric blue · warm · closest name: navy
RGB
25, 3, 133
HSL
250°, 96%, 27%
CMYK
81, 98, 0, 48
Luminance
0.0197
Every format
| HEX | #190385 |
| RGB | rgb(25, 3, 133) |
| HSL | hsl(250, 96%, 27%) |
| CMYK | cmyk(81%, 98%, 0%, 48%) |
| LAB | lab(15.3 48.2 -64.0) |
| LCH | lch(15.3 80.1 307.0) |
| OKLCH | oklch(0.292 0.185 272.1) |
Copy-ready code
/* CSS */
color: #190385;
background-color: #190385;
/* Tailwind (arbitrary) */
class="text-[#190385] bg-[#190385]"
/* SCSS */
$brand: #190385;
/* SwiftUI */
Color(red: 0.098, green: 0.012, blue: 0.522)
/* Android */
Color.parseColor("#190385")Accessibility — WCAG contrast
Aa
#190385 on white: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190385 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green1.2%
Blue52.2%
CMYK percentages
Cyan81.2%
Magenta97.7%
Yellow0.0%
Key (black)47.8%
Color previews
#190385 text on a black background
contrast 1.39:1
Card sample
#190385 text on a white background
contrast 15.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190385;
Background color
Panel with #190385 background
background-color: #190385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 3, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 3, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190385; background: linear-gradient(135deg, #190385, #700385);