Peanut Butter Biscuit
#f7b565
Peanut Butter Biscuit, represented by the hex value #f7b565, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7b565 | |
|---|---|---|
| RGB | rgb(247, 181, 101) | |
| HSL | hsl(33, 90%, 68%) | |
| CMYK | cmyk(0%, 27%, 59%, 3%) | |
| LAB | lab(79, 19, 50) | |
| OKLCH | oklch(0.82 0.124 70) |
Color harmonies
Tints & shades
Code snippets
color: #f7b565;
background-color: #f7b565;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7B565)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.71, blue: 0.40, alpha: 1.0)