#281821
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 24, 33
HSL
326°, 25%, 13%
CMYK
0, 40, 18, 84
Luminance
0.0121
Every format
| HEX | #281821 |
| RGB | rgb(40, 24, 33) |
| HSL | hsl(326, 25%, 13%) |
| CMYK | cmyk(0%, 40%, 18%, 84%) |
| LAB | lab(10.7 9.8 -3.0) |
| LCH | lch(10.7 10.3 343.2) |
| OKLCH | oklch(0.234 0.030 344.9) |
Copy-ready code
/* CSS */
color: #281821;
background-color: #281821;
/* Tailwind (arbitrary) */
class="text-[#281821] bg-[#281821]"
/* SCSS */
$brand: #281821;
/* SwiftUI */
Color(red: 0.157, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#281821")Accessibility — WCAG contrast
Aa
#281821 on white: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281821 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow17.5%
Key (black)84.3%
Color previews
#281821 text on a black background
contrast 1.24:1
Card sample
#281821 text on a white background
contrast 16.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281821;
Background color
Panel with #281821 background
background-color: #281821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281821; background: linear-gradient(135deg, #281821, #281A18);