Fake Love
#cc77ee
Here's everything about the color Fake Love (#cc77ee) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc77ee | |
|---|---|---|
| RGB | rgb(204, 119, 238) | |
| HSL | hsl(283, 78%, 70%) | |
| CMYK | cmyk(14%, 50%, 0%, 7%) | |
| LAB | lab(63, 48, -47) | |
| OKLCH | oklch(0.71 0.186 316) |
Color harmonies
Tints & shades
Code snippets
color: #cc77ee;
background-color: #cc77ee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFCC77EE)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.47, blue: 0.93, alpha: 1.0)