#281521
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 21, 33
HSL
322°, 31%, 12%
CMYK
0, 48, 18, 84
Luminance
0.0110
Every format
| HEX | #281521 |
| RGB | rgb(40, 21, 33) |
| HSL | hsl(322, 31%, 12%) |
| CMYK | cmyk(0%, 48%, 18%, 84%) |
| LAB | lab(9.8 12.0 -4.3) |
| LCH | lch(9.8 12.7 340.3) |
| OKLCH | oklch(0.227 0.037 342.0) |
Copy-ready code
/* CSS */
color: #281521;
background-color: #281521;
/* Tailwind (arbitrary) */
class="text-[#281521] bg-[#281521]"
/* SCSS */
$brand: #281521;
/* SwiftUI */
Color(red: 0.157, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#281521")Accessibility — WCAG contrast
Aa
#281521 on white: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281521 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow17.5%
Key (black)84.3%
Color previews
#281521 text on a black background
contrast 1.22:1
Card sample
#281521 text on a white background
contrast 17.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281521;
Background color
Panel with #281521 background
background-color: #281521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281521; background: linear-gradient(135deg, #281521, #281615);