#5f006b
a deep, electric magenta / pink · warm · closest name: purple
RGB
95, 0, 107
HSL
293°, 100%, 21%
CMYK
11, 100, 0, 58
Luminance
0.0349
Every format
| HEX | #5f006b |
| RGB | rgb(95, 0, 107) |
| HSL | hsl(293, 100%, 21%) |
| CMYK | cmyk(11%, 100%, 0%, 58%) |
| LAB | lab(21.9 49.8 -36.0) |
| LCH | lch(21.9 61.4 324.1) |
| OKLCH | oklch(0.349 0.166 322.4) |
Copy-ready code
/* CSS */
color: #5f006b;
background-color: #5f006b;
/* Tailwind (arbitrary) */
class="text-[#5f006b] bg-[#5f006b]"
/* SCSS */
$brand: #5f006b;
/* SwiftUI */
Color(red: 0.373, green: 0.000, blue: 0.420)
/* Android */
Color.parseColor("#5f006b")Accessibility — WCAG contrast
Aa
#5f006b on white: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f006b on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green0.0%
Blue42.0%
CMYK percentages
Cyan11.2%
Magenta100.0%
Yellow0.0%
Key (black)58.0%
Color previews
#5f006b text on a black background
contrast 1.70:1
Card sample
#5f006b text on a white background
contrast 12.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f006b;
Background color
Panel with #5f006b background
background-color: #5f006b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f006b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 0, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 0, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f006b; background: linear-gradient(135deg, #5f006b, #6B0030);