Grape Taffy
#f4daf1
Looking for the precise values behind Grape Taffy (#f4daf1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f4daf1 | |
|---|---|---|
| RGB | rgb(244, 218, 241) | |
| HSL | hsl(307, 54%, 91%) | |
| CMYK | cmyk(0%, 11%, 1%, 4%) | |
| LAB | lab(90, 12, -8) | |
| OKLCH | oklch(0.92 0.042 330) |
Color harmonies
Tints & shades
Code snippets
color: #f4daf1;
background-color: #f4daf1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4DAF1)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.85, blue: 0.95, alpha: 1.0)