Shadow Purple
#4e334e
Looking for the precise values behind Shadow Purple (#4e334e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4e334e | |
|---|---|---|
| RGB | rgb(78, 51, 78) | |
| HSL | hsl(300, 21%, 25%) | |
| CMYK | cmyk(0%, 35%, 0%, 69%) | |
| LAB | lab(25, 16, -12) | |
| OKLCH | oklch(0.36 0.058 327) |
Color harmonies
Tints & shades
Code snippets
color: #4e334e;
background-color: #4e334e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF4E334E)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.20, blue: 0.31, alpha: 1.0)