What’s Left
#fff4e8
What’s Left is a color with the hex code #fff4e8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fff4e8 | |
|---|---|---|
| RGB | rgb(255, 244, 232) | |
| HSL | hsl(31, 100%, 95%) | |
| CMYK | cmyk(0%, 4%, 9%, 0%) | |
| LAB | lab(97, 2, 7) | |
| OKLCH | oklch(0.97 0.02 70) |
Color harmonies
Tints & shades
Code snippets
color: #fff4e8;
background-color: #fff4e8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF4E8)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.96, blue: 0.91, alpha: 1.0)