Fiesta
#edd8d2
Fiesta is a color with the hex code #edd8d2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #edd8d2 | |
|---|---|---|
| RGB | rgb(237, 216, 210) | |
| HSL | hsl(13, 43%, 88%) | |
| CMYK | cmyk(0%, 9%, 11%, 7%) | |
| LAB | lab(88, 7, 6) | |
| OKLCH | oklch(0.9 0.025 37) |
Color harmonies
Tints & shades
Code snippets
color: #edd8d2;
background-color: #edd8d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDD8D2)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.85, blue: 0.82, alpha: 1.0)