Gentle Glow
#f6e5b9
Gentle Glow, represented by the hex value #f6e5b9, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6e5b9 | |
|---|---|---|
| RGB | rgb(246, 229, 185) | |
| HSL | hsl(43, 77%, 85%) | |
| CMYK | cmyk(0%, 7%, 25%, 4%) | |
| LAB | lab(92, 1, 24) | |
| OKLCH | oklch(0.92 0.06 89) |
Color harmonies
Tints & shades
Code snippets
color: #f6e5b9;
background-color: #f6e5b9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6E5B9)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.90, blue: 0.73, alpha: 1.0)