#5f204f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
95, 32, 79
HSL
315°, 50%, 25%
CMYK
0, 66, 17, 63
Luminance
0.0403
Every format
| HEX | #5f204f |
| RGB | rgb(95, 32, 79) |
| HSL | hsl(315, 50%, 25%) |
| CMYK | cmyk(0%, 66%, 17%, 63%) |
| LAB | lab(23.8 34.6 -14.6) |
| LCH | lch(23.8 37.5 337.1) |
| OKLCH | oklch(0.357 0.109 338.9) |
Copy-ready code
/* CSS */
color: #5f204f;
background-color: #5f204f;
/* Tailwind (arbitrary) */
class="text-[#5f204f] bg-[#5f204f]"
/* SCSS */
$brand: #5f204f;
/* SwiftUI */
Color(red: 0.373, green: 0.125, blue: 0.310)
/* Android */
Color.parseColor("#5f204f")Accessibility — WCAG contrast
Aa
#5f204f on white: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f204f on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green12.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow16.8%
Key (black)62.7%
Color previews
#5f204f text on a black background
contrast 1.81:1
Card sample
#5f204f text on a white background
contrast 11.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f204f;
Background color
Panel with #5f204f background
background-color: #5f204f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f204f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 32, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 32, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f204f; background: linear-gradient(135deg, #5f204f, #5F2025);