#5f2467
a dark, vivid magenta / pink · warm · closest name: purple
RGB
95, 36, 103
HSL
293°, 48%, 27%
CMYK
8, 65, 0, 60
Luminance
0.0467
Every format
| HEX | #5f2467 |
| RGB | rgb(95, 36, 103) |
| HSL | hsl(293, 48%, 27%) |
| CMYK | cmyk(8%, 65%, 0%, 60%) |
| LAB | lab(25.8 37.1 -27.2) |
| LCH | lch(25.8 46.1 323.7) |
| OKLCH | oklch(0.376 0.125 322.7) |
Copy-ready code
/* CSS */
color: #5f2467;
background-color: #5f2467;
/* Tailwind (arbitrary) */
class="text-[#5f2467] bg-[#5f2467]"
/* SCSS */
$brand: #5f2467;
/* SwiftUI */
Color(red: 0.373, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#5f2467")Accessibility — WCAG contrast
Aa
#5f2467 on white: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2467 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green14.1%
Blue40.4%
CMYK percentages
Cyan7.8%
Magenta65.0%
Yellow0.0%
Key (black)59.6%
Color previews
#5f2467 text on a black background
contrast 1.93:1
Card sample
#5f2467 text on a white background
contrast 10.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2467;
Background color
Panel with #5f2467 background
background-color: #5f2467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2467; background: linear-gradient(135deg, #5f2467, #672442);