Puffy Cloud
#d2def2
Puffy Cloud, represented by the hex value #d2def2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d2def2 | |
|---|---|---|
| RGB | rgb(210, 222, 242) | |
| HSL | hsl(217, 55%, 89%) | |
| CMYK | cmyk(13%, 8%, 0%, 5%) | |
| LAB | lab(88, -1, -11) | |
| OKLCH | oklch(0.9 0.03 261) |
Color harmonies
Tints & shades
Code snippets
color: #d2def2;
background-color: #d2def2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFD2DEF2)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.87, blue: 0.95, alpha: 1.0)