Soy Milk
#d5d2c7
Soy Milk, represented by the hex value #d5d2c7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d5d2c7 | |
|---|---|---|
| RGB | rgb(213, 210, 199) | |
| HSL | hsl(47, 14%, 81%) | |
| CMYK | cmyk(0%, 1%, 7%, 16%) | |
| LAB | lab(84, 0, 6) | |
| OKLCH | oklch(0.86 0.015 94) |
Color harmonies
Tints & shades
Code snippets
color: #d5d2c7;
background-color: #d5d2c7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD5D2C7)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.82, blue: 0.78, alpha: 1.0)