Sablé
#f6d8be
Sablé, represented by the hex value #f6d8be, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6d8be | |
|---|---|---|
| RGB | rgb(246, 216, 190) | |
| HSL | hsl(28, 76%, 85%) | |
| CMYK | cmyk(0%, 12%, 23%, 4%) | |
| LAB | lab(88, 8, 17) | |
| OKLCH | oklch(0.9 0.048 63) |
Color harmonies
Tints & shades
Code snippets
color: #f6d8be;
background-color: #f6d8be;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6D8BE)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.85, blue: 0.75, alpha: 1.0)