#8f246b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
143, 36, 107
HSL
320°, 60%, 35%
CMYK
0, 75, 25, 44
Luminance
0.0816
Every format
| HEX | #8f246b |
| RGB | rgb(143, 36, 107) |
| HSL | hsl(320, 60%, 35%) |
| CMYK | cmyk(0%, 75%, 25%, 44%) |
| LAB | lab(34.3 51.0 -15.9) |
| LCH | lch(34.3 53.4 342.7) |
| OKLCH | oklch(0.455 0.160 344.7) |
Copy-ready code
/* CSS */
color: #8f246b;
background-color: #8f246b;
/* Tailwind (arbitrary) */
class="text-[#8f246b] bg-[#8f246b]"
/* SCSS */
$brand: #8f246b;
/* SwiftUI */
Color(red: 0.561, green: 0.141, blue: 0.420)
/* Android */
Color.parseColor("#8f246b")Accessibility — WCAG contrast
Aa
#8f246b on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f246b on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green14.1%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow25.2%
Key (black)43.9%
Color previews
#8f246b text on a black background
contrast 2.63:1
Card sample
#8f246b text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f246b;
Background color
Panel with #8f246b background
background-color: #8f246b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f246b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 36, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 36, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f246b; background: linear-gradient(135deg, #8f246b, #8F2424);