Candy Bar
#ffb7d5
Looking for the precise values behind Candy Bar (#ffb7d5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffb7d5 | |
|---|---|---|
| RGB | rgb(255, 183, 213) | |
| HSL | hsl(335, 100%, 86%) | |
| CMYK | cmyk(0%, 28%, 16%, 0%) | |
| LAB | lab(82, 30, -4) | |
| OKLCH | oklch(0.85 0.091 352) |
Color harmonies
Tints & shades
Code snippets
color: #ffb7d5;
background-color: #ffb7d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFB7D5)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.72, blue: 0.84, alpha: 1.0)