Candy Floss
#e8a7e2
Looking for the precise values behind Candy Floss (#e8a7e2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e8a7e2 | |
|---|---|---|
| RGB | rgb(232, 167, 226) | |
| HSL | hsl(306, 59%, 78%) | |
| CMYK | cmyk(0%, 28%, 3%, 9%) | |
| LAB | lab(76, 32, -20) | |
| OKLCH | oklch(0.81 0.108 330) |
Color harmonies
Tints & shades
Code snippets
color: #e8a7e2;
background-color: #e8a7e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFE8A7E2)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.65, blue: 0.89, alpha: 1.0)