Closest to Purple
#4E0550
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 4E0550 | ||
| HEX with # | #4E0550 | ||
| RGB | rgb(78, 5, 80) | ||
| RGBA | rgba(78, 5, 80, 1) | ||
| HSL | hsl(298.4 88.24% 16.67%) | ||
| HSLA | hsla(298.4, 88.24%, 16.67%, 1) | ||
| HSV | hsv(298.4, 93.75%, 31.37%) | ||
| CMYK | cmyk(2.5%, 93.75%, 0%, 68.63%) | ||
| OKLCH | oklch(30.26% 0.1333 326.99) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #4E0550;
bg-[#4e0550]
Accessibility quick-check
White text
14.37:1
AAA normal
Black text
1.46:1
Decorative only
Reference notes
#4E0550 is a very deep, saturated magenta color closest to Purple. The color has RGB channels of 78, 5, and 80; in HSL terms, it is centered near 298 degrees with 88% saturation and 17% lightness. In a design system, this balanced reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for interfaces that need weight, contrast, or a more formal visual register. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.