#8f239b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
143, 35, 155
HSL
294°, 63%, 37%
CMYK
8, 77, 0, 39
Luminance
0.0941
Every format
| HEX | #8f239b |
| RGB | rgb(143, 35, 155) |
| HSL | hsl(294, 63%, 37%) |
| CMYK | cmyk(8%, 77%, 0%, 39%) |
| LAB | lab(36.8 58.9 -41.8) |
| LCH | lch(36.8 72.2 324.6) |
| OKLCH | oklch(0.481 0.197 323.5) |
Copy-ready code
/* CSS */
color: #8f239b;
background-color: #8f239b;
/* Tailwind (arbitrary) */
class="text-[#8f239b] bg-[#8f239b]"
/* SCSS */
$brand: #8f239b;
/* SwiftUI */
Color(red: 0.561, green: 0.137, blue: 0.608)
/* Android */
Color.parseColor("#8f239b")Accessibility — WCAG contrast
Aa
#8f239b on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f239b on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green13.7%
Blue60.8%
CMYK percentages
Cyan7.7%
Magenta77.4%
Yellow0.0%
Key (black)39.2%
Color previews
#8f239b text on a black background
contrast 2.88:1
Card sample
#8f239b text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f239b;
Background color
Panel with #8f239b background
background-color: #8f239b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f239b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 35, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 35, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f239b; background: linear-gradient(135deg, #8f239b, #9B2357);