Pastel Day
#dfd8e1
Looking for the precise values behind Pastel Day (#dfd8e1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dfd8e1 | |
|---|---|---|
| RGB | rgb(223, 216, 225) | |
| HSL | hsl(287, 13%, 86%) | |
| CMYK | cmyk(1%, 4%, 0%, 12%) | |
| LAB | lab(87, 4, -4) | |
| OKLCH | oklch(0.89 0.014 319) |
Color harmonies
Tints & shades
Code snippets
color: #dfd8e1;
background-color: #dfd8e1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFD8E1)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.85, blue: 0.88, alpha: 1.0)