Taco
#f3c7b3
Looking for the precise values behind Taco (#f3c7b3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3c7b3 | |
|---|---|---|
| RGB | rgb(243, 199, 179) | |
| HSL | hsl(19, 73%, 83%) | |
| CMYK | cmyk(0%, 18%, 26%, 5%) | |
| LAB | lab(84, 14, 16) | |
| OKLCH | oklch(0.86 0.057 46) |
Color harmonies
Tints & shades
Code snippets
color: #f3c7b3;
background-color: #f3c7b3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3C7B3)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.78, blue: 0.70, alpha: 1.0)