#271c21
a deep, soft magenta / pink · warm · closest name: black
RGB
39, 28, 33
HSL
333°, 16%, 13%
CMYK
0, 28, 15, 85
Luminance
0.0137
Every format
| HEX | #271c21 |
| RGB | rgb(39, 28, 33) |
| HSL | hsl(333, 16%, 13%) |
| CMYK | cmyk(0%, 28%, 15%, 85%) |
| LAB | lab(11.8 6.5 -1.3) |
| LCH | lch(11.8 6.6 348.3) |
| OKLCH | oklch(0.242 0.019 349.6) |
Copy-ready code
/* CSS */
color: #271c21;
background-color: #271c21;
/* Tailwind (arbitrary) */
class="text-[#271c21] bg-[#271c21]"
/* SCSS */
$brand: #271c21;
/* SwiftUI */
Color(red: 0.153, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#271c21")Accessibility — WCAG contrast
Aa
#271c21 on white: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271c21 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow15.4%
Key (black)84.7%
Color previews
#271c21 text on a black background
contrast 1.27:1
Card sample
#271c21 text on a white background
contrast 16.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271c21;
Background color
Panel with #271c21 background
background-color: #271c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271c21; background: linear-gradient(135deg, #271c21, #271E1C);