Bread and Butter
#ffd182
Bread and Butter, represented by the hex value #ffd182, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffd182 | |
|---|---|---|
| RGB | rgb(255, 209, 130) | |
| HSL | hsl(38, 100%, 75%) | |
| CMYK | cmyk(0%, 18%, 49%, 0%) | |
| LAB | lab(87, 10, 45) | |
| OKLCH | oklch(0.88 0.11 80) |
Color harmonies
Tints & shades
Code snippets
color: #ffd182;
background-color: #ffd182;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD182)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.82, blue: 0.51, alpha: 1.0)