#271321
a deep, soft magenta / pink · warm · closest name: black
RGB
39, 19, 33
HSL
318°, 35%, 11%
CMYK
0, 51, 15, 85
Luminance
0.0101
Every format
| HEX | #271321 |
| RGB | rgb(39, 19, 33) |
| HSL | hsl(318, 35%, 11%) |
| CMYK | cmyk(0%, 51%, 15%, 85%) |
| LAB | lab(9.1 12.9 -5.4) |
| LCH | lch(9.1 14.0 337.3) |
| OKLCH | oklch(0.221 0.040 339.1) |
Copy-ready code
/* CSS */
color: #271321;
background-color: #271321;
/* Tailwind (arbitrary) */
class="text-[#271321] bg-[#271321]"
/* SCSS */
$brand: #271321;
/* SwiftUI */
Color(red: 0.153, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#271321")Accessibility — WCAG contrast
Aa
#271321 on white: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271321 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow15.4%
Key (black)84.7%
Color previews
#271321 text on a black background
contrast 1.20:1
Card sample
#271321 text on a white background
contrast 17.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271321;
Background color
Panel with #271321 background
background-color: #271321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271321; background: linear-gradient(135deg, #271321, #271314);