Candle Glow
#ffe8c3
Candle Glow, represented by the hex value #ffe8c3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffe8c3 | |
|---|---|---|
| RGB | rgb(255, 232, 195) | |
| HSL | hsl(37, 100%, 88%) | |
| CMYK | cmyk(0%, 9%, 24%, 0%) | |
| LAB | lab(93, 4, 21) | |
| OKLCH | oklch(0.94 0.054 80) |
Color harmonies
Tints & shades
Code snippets
color: #ffe8c3;
background-color: #ffe8c3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFE8C3)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.91, blue: 0.76, alpha: 1.0)