Salt
#efede6
Salt is a color with the hex code #efede6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #efede6 | |
|---|---|---|
| RGB | rgb(239, 237, 230) | |
| HSL | hsl(47, 22%, 92%) | |
| CMYK | cmyk(0%, 1%, 4%, 6%) | |
| LAB | lab(94, 0, 4) | |
| OKLCH | oklch(0.95 0.01 94) |
Color harmonies
Tints & shades
Code snippets
color: #efede6;
background-color: #efede6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFEDE6)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.93, blue: 0.90, alpha: 1.0)