Blushing Sky
#d9b1d6
Looking for the precise values behind Blushing Sky (#d9b1d6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d9b1d6 | |
|---|---|---|
| RGB | rgb(217, 177, 214) | |
| HSL | hsl(304, 34%, 77%) | |
| CMYK | cmyk(0%, 18%, 1%, 15%) | |
| LAB | lab(77, 20, -13) | |
| OKLCH | oklch(0.81 0.068 329) |
Color harmonies
Tints & shades
Code snippets
color: #d9b1d6;
background-color: #d9b1d6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFD9B1D6)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.69, blue: 0.84, alpha: 1.0)