Peach Taffy
#f3b68e
Looking for the precise values behind Peach Taffy (#f3b68e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3b68e | |
|---|---|---|
| RGB | rgb(243, 182, 142) | |
| HSL | hsl(24, 81%, 75%) | |
| CMYK | cmyk(0%, 25%, 42%, 5%) | |
| LAB | lab(79, 19, 29) | |
| OKLCH | oklch(0.82 0.089 54) |
Color harmonies
Tints & shades
Code snippets
color: #f3b68e;
background-color: #f3b68e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3B68E)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.71, blue: 0.56, alpha: 1.0)