Peekaboo
#e6dee6
Peekaboo, represented by the hex value #e6dee6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e6dee6 | |
|---|---|---|
| RGB | rgb(230, 222, 230) | |
| HSL | hsl(300, 14%, 89%) | |
| CMYK | cmyk(0%, 3%, 0%, 10%) | |
| LAB | lab(89, 4, -3) | |
| OKLCH | oklch(0.91 0.014 326) |
Color harmonies
Tints & shades
Code snippets
color: #e6dee6;
background-color: #e6dee6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6DEE6)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.87, blue: 0.90, alpha: 1.0)