Guava Glow
#eec0d2
Guava Glow, represented by the hex value #eec0d2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eec0d2 | |
|---|---|---|
| RGB | rgb(238, 192, 210) | |
| HSL | hsl(337, 58%, 84%) | |
| CMYK | cmyk(0%, 19%, 12%, 7%) | |
| LAB | lab(82, 19, -2) | |
| OKLCH | oklch(0.85 0.057 353) |
Color harmonies
Tints & shades
Code snippets
color: #eec0d2;
background-color: #eec0d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEC0D2)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.75, blue: 0.82, alpha: 1.0)