Kindleflame
#e9967a
Kindleflame, represented by the hex value #e9967a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e9967a | |
|---|---|---|
| RGB | rgb(233, 150, 122) | |
| HSL | hsl(15, 72%, 70%) | |
| CMYK | cmyk(0%, 36%, 48%, 9%) | |
| LAB | lab(70, 30, 28) | |
| OKLCH | oklch(0.75 0.108 39) |
Color harmonies
Tints & shades
Code snippets
color: #e9967a;
background-color: #e9967a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE9967A)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.59, blue: 0.48, alpha: 1.0)