Warm Light
#fff9d8
Warm Light, represented by the hex value #fff9d8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fff9d8 | |
|---|---|---|
| RGB | rgb(255, 249, 216) | |
| HSL | hsl(51, 100%, 92%) | |
| CMYK | cmyk(0%, 2%, 15%, 0%) | |
| LAB | lab(98, -2, 17) | |
| OKLCH | oklch(0.98 0.043 99) |
Color harmonies
Tints & shades
Code snippets
color: #fff9d8;
background-color: #fff9d8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF9D8)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.98, blue: 0.85, alpha: 1.0)