Pleasing Pink
#f5cdd2
Looking for the precise values behind Pleasing Pink (#f5cdd2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5cdd2 | |
|---|---|---|
| RGB | rgb(245, 205, 210) | |
| HSL | hsl(353, 67%, 88%) | |
| CMYK | cmyk(0%, 16%, 14%, 4%) | |
| LAB | lab(86, 15, 3) | |
| OKLCH | oklch(0.88 0.046 10) |
Color harmonies
Tints & shades
Code snippets
color: #f5cdd2;
background-color: #f5cdd2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5CDD2)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.80, blue: 0.82, alpha: 1.0)