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