#281621
a deep, soft magenta / pink · warm · closest name: black
RGB
40, 22, 33
HSL
323°, 29%, 12%
CMYK
0, 45, 18, 84
Luminance
0.0113
Every format
| HEX | #281621 |
| RGB | rgb(40, 22, 33) |
| HSL | hsl(323, 29%, 12%) |
| CMYK | cmyk(0%, 45%, 18%, 84%) |
| LAB | lab(10.1 11.3 -3.9) |
| LCH | lch(10.1 11.9 341.1) |
| OKLCH | oklch(0.229 0.035 342.8) |
Copy-ready code
/* CSS */
color: #281621;
background-color: #281621;
/* Tailwind (arbitrary) */
class="text-[#281621] bg-[#281621]"
/* SCSS */
$brand: #281621;
/* SwiftUI */
Color(red: 0.157, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#281621")Accessibility — WCAG contrast
Aa
#281621 on white: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#281621 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow17.5%
Key (black)84.3%
Color previews
#281621 text on a black background
contrast 1.23:1
Card sample
#281621 text on a white background
contrast 17.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #281621;
Background color
Panel with #281621 background
background-color: #281621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #281621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #281621; background: linear-gradient(135deg, #281621, #281716);