#190849
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 73
HSL
256°, 80%, 16%
CMYK
66, 89, 0, 71
Luminance
0.0086
Every format
| HEX | #190849 |
| RGB | rgb(25, 8, 73) |
| HSL | hsl(256, 80%, 16%) |
| CMYK | cmyk(66%, 89%, 0%, 71%) |
| LAB | lab(7.8 28.0 -36.7) |
| LCH | lch(7.8 46.1 307.4) |
| OKLCH | oklch(0.218 0.109 284.8) |
Copy-ready code
/* CSS */
color: #190849;
background-color: #190849;
/* Tailwind (arbitrary) */
class="text-[#190849] bg-[#190849]"
/* SCSS */
$brand: #190849;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.286)
/* Android */
Color.parseColor("#190849")Accessibility — WCAG contrast
Aa
#190849 on white: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190849 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue28.6%
CMYK percentages
Cyan65.8%
Magenta89.0%
Yellow0.0%
Key (black)71.4%
Color previews
#190849 text on a black background
contrast 1.17:1
Card sample
#190849 text on a white background
contrast 17.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190849;
Background color
Panel with #190849 background
background-color: #190849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190849; background: linear-gradient(135deg, #190849, #440849);