#150020
a deep, electric violet · warm · closest name: black
RGB
21, 0, 32
HSL
279°, 100%, 6%
CMYK
34, 100, 0, 88
Luminance
0.0026
Every format
| HEX | #150020 |
| RGB | rgb(21, 0, 32) |
| HSL | hsl(279, 100%, 6%) |
| CMYK | cmyk(34%, 100%, 0%, 88%) |
| LAB | lab(2.4 13.1 -15.0) |
| LCH | lch(2.4 19.9 311.1) |
| OKLCH | oklch(0.148 0.074 312.9) |
Copy-ready code
/* CSS */
color: #150020;
background-color: #150020;
/* Tailwind (arbitrary) */
class="text-[#150020] bg-[#150020]"
/* SCSS */
$brand: #150020;
/* SwiftUI */
Color(red: 0.082, green: 0.000, blue: 0.125)
/* Android */
Color.parseColor("#150020")Accessibility — WCAG contrast
Aa
#150020 on white: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150020 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green0.0%
Blue12.5%
CMYK percentages
Cyan34.4%
Magenta100.0%
Yellow0.0%
Key (black)87.5%
Color previews
#150020 text on a black background
contrast 1.05:1
Card sample
#150020 text on a white background
contrast 19.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150020;
Background color
Panel with #150020 background
background-color: #150020;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150020;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 0, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 0, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150020; background: linear-gradient(135deg, #150020, #200016);