#281021
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 16, 33
HSL
318°, 43%, 11%
CMYK
0, 60, 18, 84
Luminance
0.0093
Every format
| HEX | #281021 |
| RGB | rgb(40, 16, 33) |
| HSL | hsl(318, 43%, 11%) |
| CMYK | cmyk(0%, 60%, 18%, 84%) |
| LAB | lab(8.4 15.4 -6.4) |
| LCH | lch(8.4 16.7 337.6) |
| OKLCH | oklch(0.217 0.048 339.3) |
Copy-ready code
/* CSS */
color: #281021;
background-color: #281021;
/* Tailwind (arbitrary) */
class="text-[#281021] bg-[#281021]"
/* SCSS */
$brand: #281021;
/* SwiftUI */
Color(red: 0.157, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#281021")Accessibility — WCAG contrast
Aa
#281021 on white: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281021 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow17.5%
Key (black)84.3%
Color previews
#281021 text on a black background
contrast 1.19:1
Card sample
#281021 text on a white background
contrast 17.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281021;
Background color
Panel with #281021 background
background-color: #281021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281021; background: linear-gradient(135deg, #281021, #281011);