#8c255b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
140, 37, 91
HSL
329°, 58%, 35%
CMYK
0, 74, 35, 45
Luminance
0.0765
Every format
| HEX | #8c255b |
| RGB | rgb(140, 37, 91) |
| HSL | hsl(329, 58%, 35%) |
| CMYK | cmyk(0%, 74%, 35%, 45%) |
| LAB | lab(33.3 47.7 -7.3) |
| LCH | lch(33.3 48.3 351.3) |
| OKLCH | oklch(0.444 0.147 352.7) |
Copy-ready code
/* CSS */
color: #8c255b;
background-color: #8c255b;
/* Tailwind (arbitrary) */
class="text-[#8c255b] bg-[#8c255b]"
/* SCSS */
$brand: #8c255b;
/* SwiftUI */
Color(red: 0.549, green: 0.145, blue: 0.357)
/* Android */
Color.parseColor("#8c255b")Accessibility — WCAG contrast
Aa
#8c255b on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c255b on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green14.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow35.0%
Key (black)45.1%
Color previews
#8c255b text on a black background
contrast 2.53:1
Card sample
#8c255b text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c255b;
Background color
Panel with #8c255b background
background-color: #8c255b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c255b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 37, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 37, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c255b; background: linear-gradient(135deg, #8c255b, #8C3425);