Glowlight
#fff6b9
Glowlight, represented by the hex value #fff6b9, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fff6b9 | |
|---|---|---|
| RGB | rgb(255, 246, 185) | |
| HSL | hsl(52, 100%, 86%) | |
| CMYK | cmyk(0%, 4%, 27%, 0%) | |
| LAB | lab(97, -4, 31) | |
| OKLCH | oklch(0.97 0.078 101) |
Color harmonies
Tints & shades
Code snippets
color: #fff6b9;
background-color: #fff6b9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF6B9)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.96, blue: 0.73, alpha: 1.0)