Creamy
#efe8db
Looking for the precise values behind Creamy (#efe8db)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #efe8db | |
|---|---|---|
| RGB | rgb(239, 232, 219) | |
| HSL | hsl(39, 38%, 90%) | |
| CMYK | cmyk(0%, 3%, 8%, 6%) | |
| LAB | lab(92, 1, 7) | |
| OKLCH | oklch(0.93 0.019 83) |
Color harmonies
Tints & shades
Code snippets
color: #efe8db;
background-color: #efe8db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFE8DB)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.91, blue: 0.86, alpha: 1.0)