Clean Slate
#577396
Clean Slate, represented by the hex value #577396, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #577396 | |
|---|---|---|
| RGB | rgb(87, 115, 150) | |
| HSL | hsl(213, 27%, 46%) | |
| CMYK | cmyk(42%, 23%, 0%, 41%) | |
| LAB | lab(47, -3, -23) | |
| OKLCH | oklch(0.55 0.064 254) |
Color harmonies
Tints & shades
Code snippets
color: #577396;
background-color: #577396;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF577396)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.45, blue: 0.59, alpha: 1.0)