Double Cream
#f2d9a3
Double Cream, represented by the hex value #f2d9a3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f2d9a3 | |
|---|---|---|
| RGB | rgb(242, 217, 163) | |
| HSL | hsl(41, 75%, 79%) | |
| CMYK | cmyk(0%, 10%, 33%, 5%) | |
| LAB | lab(88, 3, 30) | |
| OKLCH | oklch(0.89 0.075 86) |
Color harmonies
Tints & shades
Code snippets
color: #f2d9a3;
background-color: #f2d9a3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2D9A3)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.85, blue: 0.64, alpha: 1.0)