Last Straw
#e3dbcd
Last Straw is a color with the hex code #e3dbcd. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e3dbcd | |
|---|---|---|
| RGB | rgb(227, 219, 205) | |
| HSL | hsl(38, 28%, 85%) | |
| CMYK | cmyk(0%, 4%, 10%, 11%) | |
| LAB | lab(88, 1, 8) | |
| OKLCH | oklch(0.89 0.021 82) |
Color harmonies
Tints & shades
Code snippets
color: #e3dbcd;
background-color: #e3dbcd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE3DBCD)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.86, blue: 0.80, alpha: 1.0)