#190839
a deep, electric violet · warm · closest name: midnightblue
RGB
25, 8, 57
HSL
261°, 75%, 13%
CMYK
56, 86, 0, 78
Luminance
0.0068
Every format
| HEX | #190839 |
| RGB | rgb(25, 8, 57) |
| HSL | hsl(261, 75%, 13%) |
| CMYK | cmyk(56%, 86%, 0%, 78%) |
| LAB | lab(6.1 22.0 -28.0) |
| LCH | lch(6.1 35.6 308.1) |
| OKLCH | oklch(0.199 0.088 292.4) |
Copy-ready code
/* CSS */
color: #190839;
background-color: #190839;
/* Tailwind (arbitrary) */
class="text-[#190839] bg-[#190839]"
/* SCSS */
$brand: #190839;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.224)
/* Android */
Color.parseColor("#190839")Accessibility — WCAG contrast
Aa
#190839 on white: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190839 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue22.4%
CMYK percentages
Cyan56.1%
Magenta86.0%
Yellow0.0%
Key (black)77.6%
Color previews
#190839 text on a black background
contrast 1.14:1
Card sample
#190839 text on a white background
contrast 18.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190839;
Background color
Panel with #190839 background
background-color: #190839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190839; background: linear-gradient(135deg, #190839, #390838);