Wicked Purple
#37115c
Looking for the precise values behind Wicked Purple (#37115c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #37115c | |
|---|---|---|
| RGB | rgb(55, 17, 92) | |
| HSL | hsl(270, 69%, 21%) | |
| CMYK | cmyk(40%, 82%, 0%, 64%) | |
| LAB | lab(15, 31, -38) | |
| OKLCH | oklch(0.29 0.124 302) |
Color harmonies
Tints & shades
Code snippets
color: #37115c;
background-color: #37115c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF37115C)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.07, blue: 0.36, alpha: 1.0)