Wishing Well
#d0d1c1
Wishing Well, represented by the hex value #d0d1c1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d0d1c1 | |
|---|---|---|
| RGB | rgb(208, 209, 193) | |
| HSL | hsl(64, 15%, 79%) | |
| CMYK | cmyk(0%, 0%, 8%, 18%) | |
| LAB | lab(83, -2, 8) | |
| OKLCH | oklch(0.86 0.022 110) |
Color harmonies
Tints & shades
Code snippets
color: #d0d1c1;
background-color: #d0d1c1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD0D1C1)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.82, blue: 0.76, alpha: 1.0)