Sauerkraut
#eee0b9
Looking for the precise values behind Sauerkraut (#eee0b9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eee0b9 | |
|---|---|---|
| RGB | rgb(238, 224, 185) | |
| HSL | hsl(44, 61%, 83%) | |
| CMYK | cmyk(0%, 6%, 22%, 7%) | |
| LAB | lab(90, 0, 21) | |
| OKLCH | oklch(0.91 0.053 91) |
Color harmonies
Tints & shades
Code snippets
color: #eee0b9;
background-color: #eee0b9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEE0B9)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.88, blue: 0.73, alpha: 1.0)