#190826
a deep, vivid violet · warm · closest name: black
RGB
25, 8, 38
HSL
274°, 65%, 9%
CMYK
34, 79, 0, 85
Luminance
0.0052
Every format
| HEX | #190826 |
| RGB | rgb(25, 8, 38) |
| HSL | hsl(274, 65%, 9%) |
| CMYK | cmyk(34%, 79%, 0%, 85%) |
| LAB | lab(4.7 14.1 -16.1) |
| LCH | lch(4.7 21.4 311.1) |
| OKLCH | oklch(0.180 0.061 307.6) |
Copy-ready code
/* CSS */
color: #190826;
background-color: #190826;
/* Tailwind (arbitrary) */
class="text-[#190826] bg-[#190826]"
/* SCSS */
$brand: #190826;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.149)
/* Android */
Color.parseColor("#190826")Accessibility — WCAG contrast
Aa
#190826 on white: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190826 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue14.9%
CMYK percentages
Cyan34.2%
Magenta78.9%
Yellow0.0%
Key (black)85.1%
Color previews
#190826 text on a black background
contrast 1.10:1
Card sample
#190826 text on a white background
contrast 19.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190826;
Background color
Panel with #190826 background
background-color: #190826;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190826;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190826; background: linear-gradient(135deg, #190826, #26081F);