Berry Good
#edc3c5
Berry Good is a color with the hex code #edc3c5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #edc3c5 | |
|---|---|---|
| RGB | rgb(237, 195, 197) | |
| HSL | hsl(357, 54%, 85%) | |
| CMYK | cmyk(0%, 18%, 17%, 7%) | |
| LAB | lab(83, 16, 5) | |
| OKLCH | oklch(0.85 0.048 15) |
Color harmonies
Tints & shades
Code snippets
color: #edc3c5;
background-color: #edc3c5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDC3C5)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.76, blue: 0.77, alpha: 1.0)