#190824
a deep, vivid violet · warm · closest name: black
RGB
25, 8, 36
HSL
276°, 64%, 9%
CMYK
31, 78, 0, 86
Luminance
0.0051
Every format
| HEX | #190824 |
| RGB | rgb(25, 8, 36) |
| HSL | hsl(276, 64%, 9%) |
| CMYK | cmyk(31%, 78%, 0%, 86%) |
| LAB | lab(4.6 13.3 -14.7) |
| LCH | lch(4.6 19.8 312.0) |
| OKLCH | oklch(0.179 0.058 309.9) |
Copy-ready code
/* CSS */
color: #190824;
background-color: #190824;
/* Tailwind (arbitrary) */
class="text-[#190824] bg-[#190824]"
/* SCSS */
$brand: #190824;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.141)
/* Android */
Color.parseColor("#190824")Accessibility — WCAG contrast
Aa
#190824 on white: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190824 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue14.1%
CMYK percentages
Cyan30.6%
Magenta77.8%
Yellow0.0%
Key (black)85.9%
Color previews
#190824 text on a black background
contrast 1.10:1
Card sample
#190824 text on a white background
contrast 19.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190824;
Background color
Panel with #190824 background
background-color: #190824;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190824;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190824; background: linear-gradient(135deg, #190824, #24081C);