Smoke and Mirrors
#d9e6e8
Smoke and Mirrors is a color with the hex code #d9e6e8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d9e6e8 | |
|---|---|---|
| RGB | rgb(217, 230, 232) | |
| HSL | hsl(188, 25%, 88%) | |
| CMYK | cmyk(6%, 1%, 0%, 9%) | |
| LAB | lab(90, -4, -3) | |
| OKLCH | oklch(0.92 0.014 208) |
Color harmonies
Tints & shades
Code snippets
color: #d9e6e8;
background-color: #d9e6e8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD9E6E8)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.90, blue: 0.91, alpha: 1.0)