Shortbread
#f5e6d3
Shortbread, represented by the hex value #f5e6d3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f5e6d3 | |
|---|---|---|
| RGB | rgb(245, 230, 211) | |
| HSL | hsl(34, 63%, 89%) | |
| CMYK | cmyk(0%, 6%, 14%, 4%) | |
| LAB | lab(92, 3, 11) | |
| OKLCH | oklch(0.93 0.03 74) |
Color harmonies
Tints & shades
Code snippets
color: #f5e6d3;
background-color: #f5e6d3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5E6D3)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.90, blue: 0.83, alpha: 1.0)