#150121
a deep, electric violet · warm · closest name: black
RGB
21, 1, 33
HSL
278°, 94%, 7%
CMYK
36, 97, 0, 87
Luminance
0.0029
Every format
| HEX | #150121 |
| RGB | rgb(21, 1, 33) |
| HSL | hsl(278, 94%, 7%) |
| CMYK | cmyk(36%, 97%, 0%, 87%) |
| LAB | lab(2.6 13.0 -15.4) |
| LCH | lch(2.6 20.2 310.2) |
| OKLCH | oklch(0.152 0.071 311.0) |
Copy-ready code
/* CSS */
color: #150121;
background-color: #150121;
/* Tailwind (arbitrary) */
class="text-[#150121] bg-[#150121]"
/* SCSS */
$brand: #150121;
/* SwiftUI */
Color(red: 0.082, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#150121")Accessibility — WCAG contrast
Aa
#150121 on white: 19.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150121 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green0.4%
Blue12.9%
CMYK percentages
Cyan36.4%
Magenta97.0%
Yellow0.0%
Key (black)87.1%
Color previews
#150121 text on a black background
contrast 1.06:1
Card sample
#150121 text on a white background
contrast 19.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150121;
Background color
Panel with #150121 background
background-color: #150121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150121; background: linear-gradient(135deg, #150121, #210118);