Salted
#ebeadc
Here's everything about the color Salted (#ebeadc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ebeadc | |
|---|---|---|
| RGB | rgb(235, 234, 220) | |
| HSL | hsl(56, 27%, 89%) | |
| CMYK | cmyk(0%, 0%, 6%, 8%) | |
| LAB | lab(92, -1, 7) | |
| OKLCH | oklch(0.93 0.019 103) |
Color harmonies
Tints & shades
Code snippets
color: #ebeadc;
background-color: #ebeadc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBEADC)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.92, blue: 0.86, alpha: 1.0)