Closest to Medium Blue
#5D06E9
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 5D06E9 | ||
| HEX with # | #5D06E9 | ||
| RGB | rgb(93, 6, 233) | ||
| RGBA | rgba(93, 6, 233, 1) | ||
| HSL | hsl(263 94.98% 46.86%) | ||
| HSLA | hsla(263, 94.98%, 46.86%, 1) | ||
| HSV | hsv(263, 97.42%, 91.37%) | ||
| CMYK | cmyk(60.09%, 97.42%, 0%, 8.63%) | ||
| OKLCH | oklch(47.28% 0.2728 285.43) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #5D06E9;
bg-[#5d06e9]
Accessibility quick-check
White text
7.87:1
AAA normal
Black text
2.67:1
Decorative only
Reference notes
#5D06E9 is a balanced, saturated violet color closest to Medium Blue. The color has RGB channels of 93, 6, and 233; in HSL terms, it is centered near 263 degrees with 95% saturation and 47% lightness. In a design system, this cool 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 badges, highlights, product accents, and moments where quick recognition matters. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.