Strawberry Risotto
#eec6bf
Strawberry Risotto, represented by the hex value #eec6bf, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eec6bf | |
|---|---|---|
| RGB | rgb(238, 198, 191) | |
| HSL | hsl(9, 58%, 84%) | |
| CMYK | cmyk(0%, 17%, 20%, 7%) | |
| LAB | lab(83, 14, 9) | |
| OKLCH | oklch(0.86 0.047 30) |
Color harmonies
Tints & shades
Code snippets
color: #eec6bf;
background-color: #eec6bf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEC6BF)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.78, blue: 0.75, alpha: 1.0)