Strawberry Buttercream
#f8b3ff
Strawberry Buttercream, represented by the hex value #f8b3ff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f8b3ff | |
|---|---|---|
| RGB | rgb(248, 179, 255) | |
| HSL | hsl(294, 100%, 85%) | |
| CMYK | cmyk(3%, 30%, 0%, 0%) | |
| LAB | lab(81, 35, -28) | |
| OKLCH | oklch(0.86 0.126 323) |
Color harmonies
Tints & shades
Code snippets
color: #f8b3ff;
background-color: #f8b3ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFF8B3FF)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.70, blue: 1.00, alpha: 1.0)