#190844
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 68
HSL
257°, 79%, 15%
CMYK
63, 88, 0, 73
Luminance
0.0080
Every format
| HEX | #190844 |
| RGB | rgb(25, 8, 68) |
| HSL | hsl(257, 79%, 15%) |
| CMYK | cmyk(63%, 88%, 0%, 73%) |
| LAB | lab(7.2 26.3 -34.1) |
| LCH | lch(7.2 43.0 307.6) |
| OKLCH | oklch(0.212 0.103 286.9) |
Copy-ready code
/* CSS */
color: #190844;
background-color: #190844;
/* Tailwind (arbitrary) */
class="text-[#190844] bg-[#190844]"
/* SCSS */
$brand: #190844;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.267)
/* Android */
Color.parseColor("#190844")Accessibility — WCAG contrast
Aa
#190844 on white: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190844 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue26.7%
CMYK percentages
Cyan63.2%
Magenta88.2%
Yellow0.0%
Key (black)73.3%
Color previews
#190844 text on a black background
contrast 1.16:1
Card sample
#190844 text on a white background
contrast 18.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190844;
Background color
Panel with #190844 background
background-color: #190844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190844; background: linear-gradient(135deg, #190844, #410844);