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