#271021
a deep, soft magenta / pink · warm · closest name: black
RGB
39, 16, 33
HSL
316°, 42%, 11%
CMYK
0, 59, 15, 85
Luminance
0.0091
Every format
| HEX | #271021 |
| RGB | rgb(39, 16, 33) |
| HSL | hsl(316, 42%, 11%) |
| CMYK | cmyk(0%, 59%, 15%, 85%) |
| LAB | lab(8.2 15.0 -6.7) |
| LCH | lch(8.2 16.4 336.1) |
| OKLCH | oklch(0.215 0.047 337.8) |
Copy-ready code
/* CSS */
color: #271021;
background-color: #271021;
/* Tailwind (arbitrary) */
class="text-[#271021] bg-[#271021]"
/* SCSS */
$brand: #271021;
/* SwiftUI */
Color(red: 0.153, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#271021")Accessibility — WCAG contrast
Aa
#271021 on white: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271021 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow15.4%
Key (black)84.7%
Color previews
#271021 text on a black background
contrast 1.18:1
Card sample
#271021 text on a white background
contrast 17.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271021;
Background color
Panel with #271021 background
background-color: #271021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271021; background: linear-gradient(135deg, #271021, #271012);