#271821
a deep, soft magenta / pink · warm · closest name: black
RGB
39, 24, 33
HSL
324°, 24%, 12%
CMYK
0, 39, 15, 85
Luminance
0.0119
Every format
| HEX | #271821 |
| RGB | rgb(39, 24, 33) |
| HSL | hsl(324, 24%, 12%) |
| CMYK | cmyk(0%, 39%, 15%, 85%) |
| LAB | lab(10.5 9.4 -3.2) |
| LCH | lch(10.5 9.9 341.1) |
| OKLCH | oklch(0.232 0.029 342.9) |
Copy-ready code
/* CSS */
color: #271821;
background-color: #271821;
/* Tailwind (arbitrary) */
class="text-[#271821] bg-[#271821]"
/* SCSS */
$brand: #271821;
/* SwiftUI */
Color(red: 0.153, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#271821")Accessibility — WCAG contrast
Aa
#271821 on white: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271821 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow15.4%
Key (black)84.7%
Color previews
#271821 text on a black background
contrast 1.24:1
Card sample
#271821 text on a white background
contrast 16.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271821;
Background color
Panel with #271821 background
background-color: #271821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271821; background: linear-gradient(135deg, #271821, #271918);