Cherry Blossom
#f5c1d5
Looking for the precise values behind Cherry Blossom (#f5c1d5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5c1d5 | |
|---|---|---|
| RGB | rgb(245, 193, 213) | |
| HSL | hsl(337, 72%, 86%) | |
| CMYK | cmyk(0%, 21%, 13%, 4%) | |
| LAB | lab(83, 21, -3) | |
| OKLCH | oklch(0.86 0.065 354) |
Color harmonies
Tints & shades
Code snippets
color: #f5c1d5;
background-color: #f5c1d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5C1D5)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.76, blue: 0.84, alpha: 1.0)