Dusty Boots
#f3c090
Dusty Boots is a color with the hex code #f3c090. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f3c090 | |
|---|---|---|
| RGB | rgb(243, 192, 144) | |
| HSL | hsl(29, 80%, 76%) | |
| CMYK | cmyk(0%, 21%, 41%, 5%) | |
| LAB | lab(82, 14, 32) | |
| OKLCH | oklch(0.84 0.086 65) |
Color harmonies
Tints & shades
Code snippets
color: #f3c090;
background-color: #f3c090;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3C090)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.75, blue: 0.56, alpha: 1.0)