Summer Crush
#f2d6da
Summer Crush, represented by the hex value #f2d6da, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f2d6da | |
|---|---|---|
| RGB | rgb(242, 214, 218) | |
| HSL | hsl(351, 52%, 89%) | |
| CMYK | cmyk(0%, 12%, 10%, 5%) | |
| LAB | lab(88, 11, 2) | |
| OKLCH | oklch(0.9 0.032 8) |
Color harmonies
Tints & shades
Code snippets
color: #f2d6da;
background-color: #f2d6da;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2D6DA)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.84, blue: 0.85, alpha: 1.0)