Feather
#dad9ce
Here's everything about the color Feather (#dad9ce) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dad9ce | |
|---|---|---|
| RGB | rgb(218, 217, 206) | |
| HSL | hsl(55, 14%, 83%) | |
| CMYK | cmyk(0%, 0%, 6%, 15%) | |
| LAB | lab(87, -1, 6) | |
| OKLCH | oklch(0.88 0.015 102) |
Color harmonies
Tints & shades
Code snippets
color: #dad9ce;
background-color: #dad9ce;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDAD9CE)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.85, blue: 0.81, alpha: 1.0)