#150b13
a deep, soft magenta / pink · warm · closest name: black
RGB
21, 11, 19
HSL
312°, 31%, 6%
CMYK
0, 48, 10, 92
Luminance
0.0045
Every format
| HEX | #150b13 |
| RGB | rgb(21, 11, 19) |
| HSL | hsl(312, 31%, 6%) |
| CMYK | cmyk(0%, 48%, 10%, 92%) |
| LAB | lab(4.0 5.0 -2.7) |
| LCH | lch(4.0 5.7 331.9) |
| OKLCH | oklch(0.167 0.023 333.9) |
Copy-ready code
/* CSS */
color: #150b13;
background-color: #150b13;
/* Tailwind (arbitrary) */
class="text-[#150b13] bg-[#150b13]"
/* SCSS */
$brand: #150b13;
/* SwiftUI */
Color(red: 0.082, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#150b13")Accessibility — WCAG contrast
Aa
#150b13 on white: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150b13 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow9.5%
Key (black)91.8%
Color previews
#150b13 text on a black background
contrast 1.09:1
Card sample
#150b13 text on a white background
contrast 19.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150b13;
Background color
Panel with #150b13 background
background-color: #150b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150b13; background: linear-gradient(135deg, #150b13, #150B0C);