#281221
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 18, 33
HSL
319°, 38%, 11%
CMYK
0, 55, 18, 84
Luminance
0.0099
Every format
| HEX | #281221 |
| RGB | rgb(40, 18, 33) |
| HSL | hsl(319, 38%, 11%) |
| CMYK | cmyk(0%, 55%, 18%, 84%) |
| LAB | lab(8.9 14.1 -5.6) |
| LCH | lch(8.9 15.1 338.4) |
| OKLCH | oklch(0.221 0.044 340.2) |
Copy-ready code
/* CSS */
color: #281221;
background-color: #281221;
/* Tailwind (arbitrary) */
class="text-[#281221] bg-[#281221]"
/* SCSS */
$brand: #281221;
/* SwiftUI */
Color(red: 0.157, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#281221")Accessibility — WCAG contrast
Aa
#281221 on white: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281221 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow17.5%
Key (black)84.3%
Color previews
#281221 text on a black background
contrast 1.20:1
Card sample
#281221 text on a white background
contrast 17.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281221;
Background color
Panel with #281221 background
background-color: #281221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281221; background: linear-gradient(135deg, #281221, #281212);