Blurple
#5539cc
Looking for the precise values behind Blurple (#5539cc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5539cc | |
|---|---|---|
| RGB | rgb(85, 57, 204) | |
| HSL | hsl(251, 59%, 51%) | |
| CMYK | cmyk(58%, 72%, 0%, 20%) | |
| LAB | lab(35, 43, -73) | |
| OKLCH | oklch(0.47 0.213 283) |
Color harmonies
Tints & shades
Code snippets
color: #5539cc;
background-color: #5539cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF5539CC)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.22, blue: 0.80, alpha: 1.0)