So Fresh so Clean
#d8d4d7
So Fresh so Clean, represented by the hex value #d8d4d7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d8d4d7 | |
|---|---|---|
| RGB | rgb(216, 212, 215) | |
| HSL | hsl(315, 5%, 84%) | |
| CMYK | cmyk(0%, 2%, 0%, 15%) | |
| LAB | lab(85, 2, -1) | |
| OKLCH | oklch(0.87 0.006 334) |
Color harmonies
Tints & shades
Code snippets
color: #d8d4d7;
background-color: #d8d4d7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD8D4D7)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.83, blue: 0.84, alpha: 1.0)