Cherry Static
#e76178
Looking for the precise values behind Cherry Static (#e76178)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e76178 | |
|---|---|---|
| RGB | rgb(231, 97, 120) | |
| HSL | hsl(350, 74%, 64%) | |
| CMYK | cmyk(0%, 58%, 48%, 9%) | |
| LAB | lab(59, 54, 15) | |
| OKLCH | oklch(0.67 0.167 12) |
Color harmonies
Tints & shades
Code snippets
color: #e76178;
background-color: #e76178;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFE76178)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.38, blue: 0.47, alpha: 1.0)