#271721
a deep, soft magenta / pink · warm · closest name: black
RGB
39, 23, 33
HSL
323°, 26%, 12%
CMYK
0, 41, 15, 85
Luminance
0.0115
Every format
| HEX | #271721 |
| RGB | rgb(39, 23, 33) |
| HSL | hsl(323, 26%, 12%) |
| CMYK | cmyk(0%, 41%, 15%, 85%) |
| LAB | lab(10.2 10.1 -3.6) |
| LCH | lch(10.2 10.7 340.1) |
| OKLCH | oklch(0.230 0.031 341.8) |
Copy-ready code
/* CSS */
color: #271721;
background-color: #271721;
/* Tailwind (arbitrary) */
class="text-[#271721] bg-[#271721]"
/* SCSS */
$brand: #271721;
/* SwiftUI */
Color(red: 0.153, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#271721")Accessibility — WCAG contrast
Aa
#271721 on white: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271721 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow15.4%
Key (black)84.7%
Color previews
#271721 text on a black background
contrast 1.23:1
Card sample
#271721 text on a white background
contrast 17.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271721;
Background color
Panel with #271721 background
background-color: #271721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271721; background: linear-gradient(135deg, #271721, #271817);