Cream and Sugar
#ddcfb9
Looking for the precise values behind Cream and Sugar (#ddcfb9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ddcfb9 | |
|---|---|---|
| RGB | rgb(221, 207, 185) | |
| HSL | hsl(37, 35%, 80%) | |
| CMYK | cmyk(0%, 6%, 16%, 13%) | |
| LAB | lab(84, 2, 13) | |
| OKLCH | oklch(0.86 0.034 79) |
Color harmonies
Tints & shades
Code snippets
color: #ddcfb9;
background-color: #ddcfb9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDCFB9)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.81, blue: 0.73, alpha: 1.0)