Natural Wool
#fff6d7
Natural Wool, represented by the hex value #fff6d7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fff6d7 | |
|---|---|---|
| RGB | rgb(255, 246, 215) | |
| HSL | hsl(47, 100%, 92%) | |
| CMYK | cmyk(0%, 4%, 16%, 0%) | |
| LAB | lab(97, -1, 16) | |
| OKLCH | oklch(0.97 0.041 94) |
Color harmonies
Tints & shades
Code snippets
color: #fff6d7;
background-color: #fff6d7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF6D7)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.96, blue: 0.84, alpha: 1.0)