Toasted Husk
#ed8a53
Looking for the precise values behind Toasted Husk (#ed8a53)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ed8a53 | |
|---|---|---|
| RGB | rgb(237, 138, 83) | |
| HSL | hsl(21, 81%, 63%) | |
| CMYK | cmyk(0%, 42%, 65%, 7%) | |
| LAB | lab(68, 35, 46) | |
| OKLCH | oklch(0.73 0.14 48) |
Color harmonies
Tints & shades
Code snippets
color: #ed8a53;
background-color: #ed8a53;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFED8A53)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.54, blue: 0.33, alpha: 1.0)