#271627
a deep, soft magenta / pink · warm · closest name: black
RGB
39, 22, 39
HSL
300°, 28%, 12%
CMYK
0, 44, 0, 85
Luminance
0.0115
Every format
| HEX | #271627 |
| RGB | rgb(39, 22, 39) |
| HSL | hsl(300, 28%, 12%) |
| CMYK | cmyk(0%, 44%, 0%, 85%) |
| LAB | lab(10.2 12.2 -8.2) |
| LCH | lch(10.2 14.7 326.3) |
| OKLCH | oklch(0.231 0.040 326.8) |
Copy-ready code
/* CSS */
color: #271627;
background-color: #271627;
/* Tailwind (arbitrary) */
class="text-[#271627] bg-[#271627]"
/* SCSS */
$brand: #271627;
/* SwiftUI */
Color(red: 0.153, green: 0.086, blue: 0.153)
/* Android */
Color.parseColor("#271627")Accessibility — WCAG contrast
Aa
#271627 on white: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271627 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green8.6%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow0.0%
Key (black)84.7%
Color previews
#271627 text on a black background
contrast 1.23:1
Card sample
#271627 text on a white background
contrast 17.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271627;
Background color
Panel with #271627 background
background-color: #271627;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271627;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 22, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 22, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271627; background: linear-gradient(135deg, #271627, #27161C);