Down Feathers
#fff9e7
Down Feathers is a color with the hex code #fff9e7. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fff9e7 | |
|---|---|---|
| RGB | rgb(255, 249, 231) | |
| HSL | hsl(45, 100%, 95%) | |
| CMYK | cmyk(0%, 2%, 9%, 0%) | |
| LAB | lab(98, 0, 9) | |
| OKLCH | oklch(0.98 0.024 92) |
Color harmonies
Tints & shades
Code snippets
color: #fff9e7;
background-color: #fff9e7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF9E7)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.98, blue: 0.91, alpha: 1.0)