#281b21
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 27, 33
HSL
332°, 19%, 13%
CMYK
0, 33, 18, 84
Luminance
0.0134
Every format
| HEX | #281b21 |
| RGB | rgb(40, 27, 33) |
| HSL | hsl(332, 19%, 13%) |
| CMYK | cmyk(0%, 33%, 18%, 84%) |
| LAB | lab(11.6 7.7 -1.6) |
| LCH | lch(11.6 7.8 348.2) |
| OKLCH | oklch(0.241 0.023 349.6) |
Copy-ready code
/* CSS */
color: #281b21;
background-color: #281b21;
/* Tailwind (arbitrary) */
class="text-[#281b21] bg-[#281b21]"
/* SCSS */
$brand: #281b21;
/* SwiftUI */
Color(red: 0.157, green: 0.106, blue: 0.129)
/* Android */
Color.parseColor("#281b21")Accessibility — WCAG contrast
Aa
#281b21 on white: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281b21 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green10.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow17.5%
Key (black)84.3%
Color previews
#281b21 text on a black background
contrast 1.27:1
Card sample
#281b21 text on a white background
contrast 16.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281b21;
Background color
Panel with #281b21 background
background-color: #281b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 27, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 27, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281b21; background: linear-gradient(135deg, #281b21, #281E1B);