#27101f
a deep, soft magenta / pink · warm · closest name: black
RGB
39, 16, 31
HSL
321°, 42%, 11%
CMYK
0, 59, 21, 85
Luminance
0.0090
Every format
| HEX | #27101f |
| RGB | rgb(39, 16, 31) |
| HSL | hsl(321, 42%, 11%) |
| CMYK | cmyk(0%, 59%, 21%, 85%) |
| LAB | lab(8.1 14.6 -5.3) |
| LCH | lch(8.1 15.5 340.1) |
| OKLCH | oklch(0.214 0.045 342.0) |
Copy-ready code
/* CSS */
color: #27101f;
background-color: #27101f;
/* Tailwind (arbitrary) */
class="text-[#27101f] bg-[#27101f]"
/* SCSS */
$brand: #27101f;
/* SwiftUI */
Color(red: 0.153, green: 0.063, blue: 0.122)
/* Android */
Color.parseColor("#27101f")Accessibility — WCAG contrast
Aa
#27101f on white: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#27101f on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green6.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow20.5%
Key (black)84.7%
Color previews
#27101f text on a black background
contrast 1.18:1
Card sample
#27101f text on a white background
contrast 17.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27101f;
Background color
Panel with #27101f background
background-color: #27101f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27101f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 16, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 16, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27101f; background: linear-gradient(135deg, #27101f, #271010);