#4f005c
a deep, electric magenta / pink · warm · closest name: purple
RGB
79, 0, 92
HSL
292°, 100%, 18%
CMYK
14, 100, 0, 64
Luminance
0.0243
Every format
| HEX | #4f005c |
| RGB | rgb(79, 0, 92) |
| HSL | hsl(292, 100%, 18%) |
| CMYK | cmyk(14%, 100%, 0%, 64%) |
| LAB | lab(17.6 44.4 -33.2) |
| LCH | lch(17.6 55.4 323.2) |
| OKLCH | oklch(0.310 0.148 320.9) |
Copy-ready code
/* CSS */
color: #4f005c;
background-color: #4f005c;
/* Tailwind (arbitrary) */
class="text-[#4f005c] bg-[#4f005c]"
/* SCSS */
$brand: #4f005c;
/* SwiftUI */
Color(red: 0.310, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#4f005c")Accessibility — WCAG contrast
Aa
#4f005c on white: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f005c on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green0.0%
Blue36.1%
CMYK percentages
Cyan14.1%
Magenta100.0%
Yellow0.0%
Key (black)63.9%
Color previews
#4f005c text on a black background
contrast 1.49:1
Card sample
#4f005c text on a white background
contrast 14.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f005c;
Background color
Panel with #4f005c background
background-color: #4f005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f005c; background: linear-gradient(135deg, #4f005c, #5C002C);