Night Fever
#572e89
Looking for the precise values behind Night Fever (#572e89)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #572e89 | |
|---|---|---|
| RGB | rgb(87, 46, 137) | |
| HSL | hsl(267, 50%, 36%) | |
| CMYK | cmyk(36%, 66%, 0%, 46%) | |
| LAB | lab(28, 34, -44) | |
| OKLCH | oklch(0.4 0.145 301) |
Color harmonies
Tints & shades
Code snippets
color: #572e89;
background-color: #572e89;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF572E89)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.18, blue: 0.54, alpha: 1.0)