Macaroni
#f3d085
Looking for the precise values behind Macaroni (#f3d085)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3d085 | |
|---|---|---|
| RGB | rgb(243, 208, 133) | |
| HSL | hsl(41, 82%, 74%) | |
| CMYK | cmyk(0%, 14%, 45%, 5%) | |
| LAB | lab(85, 6, 42) | |
| OKLCH | oklch(0.87 0.102 85) |
Color harmonies
Tints & shades
Code snippets
color: #f3d085;
background-color: #f3d085;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3D085)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.82, blue: 0.52, alpha: 1.0)