#190836
a deep, vivid violet · warm · closest name: midnightblue
RGB
25, 8, 54
HSL
262°, 74%, 12%
CMYK
54, 85, 0, 79
Luminance
0.0065
Every format
| HEX | #190836 |
| RGB | rgb(25, 8, 54) |
| HSL | hsl(262, 74%, 12%) |
| CMYK | cmyk(54%, 85%, 0%, 79%) |
| LAB | lab(5.8 20.8 -26.3) |
| LCH | lch(5.8 33.5 308.3) |
| OKLCH | oklch(0.196 0.084 294.3) |
Copy-ready code
/* CSS */
color: #190836;
background-color: #190836;
/* Tailwind (arbitrary) */
class="text-[#190836] bg-[#190836]"
/* SCSS */
$brand: #190836;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.212)
/* Android */
Color.parseColor("#190836")Accessibility — WCAG contrast
Aa
#190836 on white: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190836 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue21.2%
CMYK percentages
Cyan53.7%
Magenta85.2%
Yellow0.0%
Key (black)78.8%
Color previews
#190836 text on a black background
contrast 1.13:1
Card sample
#190836 text on a white background
contrast 18.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190836;
Background color
Panel with #190836 background
background-color: #190836;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190836;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190836; background: linear-gradient(135deg, #190836, #360835);