White Asparagus
#eceabe
White Asparagus is a color with the hex code #eceabe. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eceabe | |
|---|---|---|
| RGB | rgb(236, 234, 190) | |
| HSL | hsl(57, 55%, 84%) | |
| CMYK | cmyk(0%, 1%, 19%, 7%) | |
| LAB | lab(92, -5, 22) | |
| OKLCH | oklch(0.93 0.057 105) |
Color harmonies
Tints & shades
Code snippets
color: #eceabe;
background-color: #eceabe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFECEABE)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.92, blue: 0.75, alpha: 1.0)