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