Steamy Dumpling
#eae9b4
Looking for the precise values behind Steamy Dumpling (#eae9b4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eae9b4 | |
|---|---|---|
| RGB | rgb(234, 233, 180) | |
| HSL | hsl(59, 56%, 81%) | |
| CMYK | cmyk(0%, 0%, 23%, 8%) | |
| LAB | lab(91, -6, 26) | |
| OKLCH | oklch(0.92 0.069 107) |
Color harmonies
Tints & shades
Code snippets
color: #eae9b4;
background-color: #eae9b4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAE9B4)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.91, blue: 0.71, alpha: 1.0)