Berry Butter
#efcedc
Looking for the precise values behind Berry Butter (#efcedc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #efcedc | |
|---|---|---|
| RGB | rgb(239, 206, 220) | |
| HSL | hsl(335, 51%, 87%) | |
| CMYK | cmyk(0%, 14%, 8%, 6%) | |
| LAB | lab(86, 14, -2) | |
| OKLCH | oklch(0.88 0.041 351) |
Color harmonies
Tints & shades
Code snippets
color: #efcedc;
background-color: #efcedc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFCEDC)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.81, blue: 0.86, alpha: 1.0)