#190899
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 153
HSL
247°, 90%, 32%
CMYK
84, 95, 0, 40
Luminance
0.0268
Every format
| HEX | #190899 |
| RGB | rgb(25, 8, 153) |
| HSL | hsl(247, 90%, 32%) |
| CMYK | cmyk(84%, 95%, 0%, 40%) |
| LAB | lab(18.7 52.0 -70.8) |
| LCH | lch(18.7 87.8 306.3) |
| OKLCH | oklch(0.323 0.204 270.1) |
Copy-ready code
/* CSS */
color: #190899;
background-color: #190899;
/* Tailwind (arbitrary) */
class="text-[#190899] bg-[#190899]"
/* SCSS */
$brand: #190899;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.600)
/* Android */
Color.parseColor("#190899")Accessibility — WCAG contrast
Aa
#190899 on white: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190899 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue60.0%
CMYK percentages
Cyan83.7%
Magenta94.8%
Yellow0.0%
Key (black)40.0%
Color previews
#190899 text on a black background
contrast 1.54:1
Card sample
#190899 text on a white background
contrast 13.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190899;
Background color
Panel with #190899 background
background-color: #190899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190899; background: linear-gradient(135deg, #190899, #7A0899);