Butterscotch
#fdb147
Here's everything about the color Butterscotch (#fdb147) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fdb147 | |
|---|---|---|
| RGB | rgb(253, 177, 71) | |
| HSL | hsl(35, 98%, 64%) | |
| CMYK | cmyk(0%, 30%, 72%, 1%) | |
| LAB | lab(78, 22, 63) | |
| OKLCH | oklch(0.81 0.147 72) |
Color harmonies
Tints & shades
Code snippets
color: #fdb147;
background-color: #fdb147;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDB147)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.69, blue: 0.28, alpha: 1.0)