Onion Skin
#eeeddf
Onion Skin is a color with the hex code #eeeddf. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eeeddf | |
|---|---|---|
| RGB | rgb(238, 237, 223) | |
| HSL | hsl(56, 31%, 90%) | |
| CMYK | cmyk(0%, 0%, 6%, 7%) | |
| LAB | lab(94, -1, 7) | |
| OKLCH | oklch(0.94 0.019 103) |
Color harmonies
Tints & shades
Code snippets
color: #eeeddf;
background-color: #eeeddf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEEDDF)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.93, blue: 0.87, alpha: 1.0)