#150521
a deep, vivid violet · warm · closest name: black
RGB
21, 5, 33
HSL
274°, 74%, 8%
CMYK
36, 85, 0, 87
Luminance
0.0038
Every format
| HEX | #150521 |
| RGB | rgb(21, 5, 33) |
| HSL | hsl(274, 74%, 8%) |
| CMYK | cmyk(36%, 85%, 0%, 87%) |
| LAB | lab(3.4 11.4 -14.2) |
| LCH | lch(3.4 18.3 308.8) |
| OKLCH | oklch(0.163 0.059 308.1) |
Copy-ready code
/* CSS */
color: #150521;
background-color: #150521;
/* Tailwind (arbitrary) */
class="text-[#150521] bg-[#150521]"
/* SCSS */
$brand: #150521;
/* SwiftUI */
Color(red: 0.082, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#150521")Accessibility — WCAG contrast
Aa
#150521 on white: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150521 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green2.0%
Blue12.9%
CMYK percentages
Cyan36.4%
Magenta84.8%
Yellow0.0%
Key (black)87.1%
Color previews
#150521 text on a black background
contrast 1.08:1
Card sample
#150521 text on a white background
contrast 19.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150521;
Background color
Panel with #150521 background
background-color: #150521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150521; background: linear-gradient(135deg, #150521, #21051B);