#190885
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 133
HSL
248°, 89%, 28%
CMYK
81, 94, 0, 48
Luminance
0.0207
Every format
| HEX | #190885 |
| RGB | rgb(25, 8, 133) |
| HSL | hsl(248, 89%, 28%) |
| CMYK | cmyk(81%, 94%, 0%, 48%) |
| LAB | lab(15.9 46.4 -63.0) |
| LCH | lch(15.9 78.3 306.4) |
| OKLCH | oklch(0.296 0.182 271.9) |
Copy-ready code
/* CSS */
color: #190885;
background-color: #190885;
/* Tailwind (arbitrary) */
class="text-[#190885] bg-[#190885]"
/* SCSS */
$brand: #190885;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.522)
/* Android */
Color.parseColor("#190885")Accessibility — WCAG contrast
Aa
#190885 on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190885 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue52.2%
CMYK percentages
Cyan81.2%
Magenta94.0%
Yellow0.0%
Key (black)47.8%
Color previews
#190885 text on a black background
contrast 1.41:1
Card sample
#190885 text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190885;
Background color
Panel with #190885 background
background-color: #190885;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190885;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190885; background: linear-gradient(135deg, #190885, #6C0885);