Peanut Butter Chicken
#ffb75f
Looking for the precise values behind Peanut Butter Chicken (#ffb75f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffb75f | |
|---|---|---|
| RGB | rgb(255, 183, 95) | |
| HSL | hsl(33, 100%, 69%) | |
| CMYK | cmyk(0%, 28%, 63%, 0%) | |
| LAB | lab(80, 21, 55) | |
| OKLCH | oklch(0.83 0.133 70) |
Color harmonies
Tints & shades
Code snippets
color: #ffb75f;
background-color: #ffb75f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFB75F)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.72, blue: 0.37, alpha: 1.0)