#4f085c
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
79, 8, 92
HSL
291°, 84%, 20%
CMYK
14, 91, 0, 64
Luminance
0.0261
Every format
| HEX | #4f085c |
| RGB | rgb(79, 8, 92) |
| HSL | hsl(291, 84%, 20%) |
| CMYK | cmyk(14%, 91%, 0%, 64%) |
| LAB | lab(18.4 42.0 -32.0) |
| LCH | lch(18.4 52.8 322.8) |
| OKLCH | oklch(0.316 0.141 320.5) |
Copy-ready code
/* CSS */
color: #4f085c;
background-color: #4f085c;
/* Tailwind (arbitrary) */
class="text-[#4f085c] bg-[#4f085c]"
/* SCSS */
$brand: #4f085c;
/* SwiftUI */
Color(red: 0.310, green: 0.031, blue: 0.361)
/* Android */
Color.parseColor("#4f085c")Accessibility — WCAG contrast
Aa
#4f085c on white: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f085c on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green3.1%
Blue36.1%
CMYK percentages
Cyan14.1%
Magenta91.3%
Yellow0.0%
Key (black)63.9%
Color previews
#4f085c text on a black background
contrast 1.52:1
Card sample
#4f085c text on a white background
contrast 13.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f085c;
Background color
Panel with #4f085c background
background-color: #4f085c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f085c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 8, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 8, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f085c; background: linear-gradient(135deg, #4f085c, #5C0831);