Zen Garden
#d1dac0
Zen Garden, represented by the hex value #d1dac0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d1dac0 | |
|---|---|---|
| RGB | rgb(209, 218, 192) | |
| HSL | hsl(81, 26%, 80%) | |
| CMYK | cmyk(4%, 0%, 12%, 15%) | |
| LAB | lab(86, -7, 12) | |
| OKLCH | oklch(0.87 0.036 123) |
Color harmonies
Tints & shades
Code snippets
color: #d1dac0;
background-color: #d1dac0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD1DAC0)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.85, blue: 0.75, alpha: 1.0)