#190835
a deep, vivid violet · warm · closest name: midnightblue
RGB
25, 8, 53
HSL
263°, 74%, 12%
CMYK
53, 85, 0, 79
Luminance
0.0064
Every format
| HEX | #190835 |
| RGB | rgb(25, 8, 53) |
| HSL | hsl(263, 74%, 12%) |
| CMYK | cmyk(53%, 85%, 0%, 79%) |
| LAB | lab(5.8 20.3 -25.7) |
| LCH | lch(5.8 32.7 308.4) |
| OKLCH | oklch(0.195 0.082 294.9) |
Copy-ready code
/* CSS */
color: #190835;
background-color: #190835;
/* Tailwind (arbitrary) */
class="text-[#190835] bg-[#190835]"
/* SCSS */
$brand: #190835;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.208)
/* Android */
Color.parseColor("#190835")Accessibility — WCAG contrast
Aa
#190835 on white: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190835 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue20.8%
CMYK percentages
Cyan52.8%
Magenta84.9%
Yellow0.0%
Key (black)79.2%
Color previews
#190835 text on a black background
contrast 1.13:1
Card sample
#190835 text on a white background
contrast 18.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190835;
Background color
Panel with #190835 background
background-color: #190835;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190835;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190835; background: linear-gradient(135deg, #190835, #350833);