Macaroni and Cheese
#ffb97b
Looking for the precise values behind Macaroni and Cheese (#ffb97b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffb97b | |
|---|---|---|
| RGB | rgb(255, 185, 123) | |
| HSL | hsl(28, 100%, 74%) | |
| CMYK | cmyk(0%, 27%, 52%, 0%) | |
| LAB | lab(81, 21, 42) | |
| OKLCH | oklch(0.84 0.113 62) |
Color harmonies
Tints & shades
Code snippets
color: #ffb97b;
background-color: #ffb97b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFB97B)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.73, blue: 0.48, alpha: 1.0)