Floating Feather
#e9d8c2
Floating Feather, represented by the hex value #e9d8c2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e9d8c2 | |
|---|---|---|
| RGB | rgb(233, 216, 194) | |
| HSL | hsl(34, 47%, 84%) | |
| CMYK | cmyk(0%, 7%, 17%, 9%) | |
| LAB | lab(87, 3, 13) | |
| OKLCH | oklch(0.89 0.035 74) |
Color harmonies
Tints & shades
Code snippets
color: #e9d8c2;
background-color: #e9d8c2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE9D8C2)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.85, blue: 0.76, alpha: 1.0)