In the Vines
#5c457b
Looking for the precise values behind In the Vines (#5c457b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5c457b | |
|---|---|---|
| RGB | rgb(92, 69, 123) | |
| HSL | hsl(266, 28%, 38%) | |
| CMYK | cmyk(25%, 44%, 0%, 52%) | |
| LAB | lab(34, 19, -27) | |
| OKLCH | oklch(0.44 0.09 302) |
Color harmonies
Tints & shades
Code snippets
color: #5c457b;
background-color: #5c457b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF5C457B)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.27, blue: 0.48, alpha: 1.0)