#190822
a deep, vivid violet · warm · closest name: black
RGB
25, 8, 34
HSL
279°, 62%, 8%
CMYK
27, 77, 0, 87
Luminance
0.0050
Every format
| HEX | #190822 |
| RGB | rgb(25, 8, 34) |
| HSL | hsl(279, 62%, 8%) |
| CMYK | cmyk(27%, 77%, 0%, 87%) |
| LAB | lab(4.5 12.5 -13.3) |
| LCH | lch(4.5 18.3 313.1) |
| OKLCH | oklch(0.177 0.055 312.4) |
Copy-ready code
/* CSS */
color: #190822;
background-color: #190822;
/* Tailwind (arbitrary) */
class="text-[#190822] bg-[#190822]"
/* SCSS */
$brand: #190822;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.133)
/* Android */
Color.parseColor("#190822")Accessibility — WCAG contrast
Aa
#190822 on white: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190822 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue13.3%
CMYK percentages
Cyan26.5%
Magenta76.5%
Yellow0.0%
Key (black)86.7%
Color previews
#190822 text on a black background
contrast 1.10:1
Card sample
#190822 text on a white background
contrast 19.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190822;
Background color
Panel with #190822 background
background-color: #190822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190822; background: linear-gradient(135deg, #190822, #22081A);