#8f2d6f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
143, 45, 111
HSL
320°, 52%, 37%
CMYK
0, 69, 22, 44
Luminance
0.0886
Every format
| HEX | #8f2d6f |
| RGB | rgb(143, 45, 111) |
| HSL | hsl(320, 52%, 37%) |
| CMYK | cmyk(0%, 69%, 22%, 44%) |
| LAB | lab(35.7 48.1 -16.3) |
| LCH | lch(35.7 50.7 341.3) |
| OKLCH | oklch(0.466 0.151 343.3) |
Copy-ready code
/* CSS */
color: #8f2d6f;
background-color: #8f2d6f;
/* Tailwind (arbitrary) */
class="text-[#8f2d6f] bg-[#8f2d6f]"
/* SCSS */
$brand: #8f2d6f;
/* SwiftUI */
Color(red: 0.561, green: 0.176, blue: 0.435)
/* Android */
Color.parseColor("#8f2d6f")Accessibility — WCAG contrast
Aa
#8f2d6f on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f2d6f on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green17.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow22.4%
Key (black)43.9%
Color previews
#8f2d6f text on a black background
contrast 2.77:1
Card sample
#8f2d6f text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f2d6f;
Background color
Panel with #8f2d6f background
background-color: #8f2d6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f2d6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 45, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 45, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f2d6f; background: linear-gradient(135deg, #8f2d6f, #8F2D2E);