Butterscotch Cake
#f1c882
Looking for the precise values behind Butterscotch Cake (#f1c882)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f1c882 | |
|---|---|---|
| RGB | rgb(241, 200, 130) | |
| HSL | hsl(38, 80%, 73%) | |
| CMYK | cmyk(0%, 17%, 46%, 5%) | |
| LAB | lab(83, 9, 41) | |
| OKLCH | oklch(0.85 0.1 80) |
Color harmonies
Tints & shades
Code snippets
color: #f1c882;
background-color: #f1c882;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1C882)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.78, blue: 0.51, alpha: 1.0)