#271a21
a deep, soft magenta / pink · warm · closest name: black
RGB
39, 26, 33
HSL
328°, 20%, 13%
CMYK
0, 33, 15, 85
Luminance
0.0128
Every format
| HEX | #271a21 |
| RGB | rgb(39, 26, 33) |
| HSL | hsl(328, 20%, 13%) |
| CMYK | cmyk(0%, 33%, 15%, 85%) |
| LAB | lab(11.1 7.9 -2.3) |
| LCH | lch(11.1 8.2 343.9) |
| OKLCH | oklch(0.237 0.024 345.6) |
Copy-ready code
/* CSS */
color: #271a21;
background-color: #271a21;
/* Tailwind (arbitrary) */
class="text-[#271a21] bg-[#271a21]"
/* SCSS */
$brand: #271a21;
/* SwiftUI */
Color(red: 0.153, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#271a21")Accessibility — WCAG contrast
Aa
#271a21 on white: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271a21 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow15.4%
Key (black)84.7%
Color previews
#271a21 text on a black background
contrast 1.26:1
Card sample
#271a21 text on a white background
contrast 16.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271a21;
Background color
Panel with #271a21 background
background-color: #271a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271a21; background: linear-gradient(135deg, #271a21, #271C1A);