#150f13
a deep, soft magenta / pink · warm · closest name: black
RGB
21, 15, 19
HSL
320°, 17%, 7%
CMYK
0, 29, 10, 92
Luminance
0.0055
Every format
| HEX | #150f13 |
| RGB | rgb(21, 15, 19) |
| HSL | hsl(320, 17%, 7%) |
| CMYK | cmyk(0%, 29%, 10%, 92%) |
| LAB | lab(5.0 3.1 -1.3) |
| LCH | lch(5.0 3.4 336.9) |
| OKLCH | oklch(0.178 0.013 338.6) |
Copy-ready code
/* CSS */
color: #150f13;
background-color: #150f13;
/* Tailwind (arbitrary) */
class="text-[#150f13] bg-[#150f13]"
/* SCSS */
$brand: #150f13;
/* SwiftUI */
Color(red: 0.082, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#150f13")Accessibility — WCAG contrast
Aa
#150f13 on white: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150f13 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow9.5%
Key (black)91.8%
Color previews
#150f13 text on a black background
contrast 1.11:1
Card sample
#150f13 text on a white background
contrast 18.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150f13;
Background color
Panel with #150f13 background
background-color: #150f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150f13; background: linear-gradient(135deg, #150f13, #150F0F);