Watermelon Milk
#dfcfca
Watermelon Milk, represented by the hex value #dfcfca, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dfcfca | |
|---|---|---|
| RGB | rgb(223, 207, 202) | |
| HSL | hsl(14, 25%, 83%) | |
| CMYK | cmyk(0%, 7%, 9%, 13%) | |
| LAB | lab(84, 5, 5) | |
| OKLCH | oklch(0.87 0.019 38) |
Color harmonies
Tints & shades
Code snippets
color: #dfcfca;
background-color: #dfcfca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFCFCA)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.81, blue: 0.79, alpha: 1.0)