Sunset Blaze
#e95e2a
Sunset Blaze, represented by the hex value #e95e2a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e95e2a | |
|---|---|---|
| RGB | rgb(233, 94, 42) | |
| HSL | hsl(16, 81%, 54%) | |
| CMYK | cmyk(0%, 60%, 82%, 9%) | |
| LAB | lab(58, 53, 56) | |
| OKLCH | oklch(0.65 0.184 39) |
Color harmonies
Tints & shades
Code snippets
color: #e95e2a;
background-color: #e95e2a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE95E2A)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.37, blue: 0.16, alpha: 1.0)