Honeydew Sand
#eece8d
Looking for the precise values behind Honeydew Sand (#eece8d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eece8d | |
|---|---|---|
| RGB | rgb(238, 206, 141) | |
| HSL | hsl(40, 74%, 74%) | |
| CMYK | cmyk(0%, 13%, 41%, 7%) | |
| LAB | lab(84, 5, 37) | |
| OKLCH | oklch(0.86 0.09 84) |
Color harmonies
Tints & shades
Code snippets
color: #eece8d;
background-color: #eece8d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEECE8D)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.81, blue: 0.55, alpha: 1.0)