Strawberry Milk
#ffd9e7
Strawberry Milk, represented by the hex value #ffd9e7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffd9e7 | |
|---|---|---|
| RGB | rgb(255, 217, 231) | |
| HSL | hsl(338, 100%, 93%) | |
| CMYK | cmyk(0%, 15%, 9%, 0%) | |
| LAB | lab(90, 15, -2) | |
| OKLCH | oklch(0.92 0.046 354) |
Color harmonies
Tints & shades
Code snippets
color: #ffd9e7;
background-color: #ffd9e7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD9E7)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.85, blue: 0.91, alpha: 1.0)