#150917
a deep, soft magenta / pink · warm · closest name: black
RGB
21, 9, 23
HSL
291°, 44%, 6%
CMYK
9, 61, 0, 91
Luminance
0.0042
Every format
| HEX | #150917 |
| RGB | rgb(21, 9, 23) |
| HSL | hsl(291, 44%, 6%) |
| CMYK | cmyk(9%, 61%, 0%, 91%) |
| LAB | lab(3.8 6.8 -5.8) |
| LCH | lch(3.8 8.9 319.3) |
| OKLCH | oklch(0.165 0.034 321.7) |
Copy-ready code
/* CSS */
color: #150917;
background-color: #150917;
/* Tailwind (arbitrary) */
class="text-[#150917] bg-[#150917]"
/* SCSS */
$brand: #150917;
/* SwiftUI */
Color(red: 0.082, green: 0.035, blue: 0.090)
/* Android */
Color.parseColor("#150917")Accessibility — WCAG contrast
Aa
#150917 on white: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150917 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green3.5%
Blue9.0%
CMYK percentages
Cyan8.7%
Magenta60.9%
Yellow0.0%
Key (black)91.0%
Color previews
#150917 text on a black background
contrast 1.08:1
Card sample
#150917 text on a white background
contrast 19.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150917;
Background color
Panel with #150917 background
background-color: #150917;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150917;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 9, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 9, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150917; background: linear-gradient(135deg, #150917, #170910);