Pesto
#c1b23e
Here's everything about the color Pesto (#c1b23e) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #c1b23e | |
|---|---|---|
| RGB | rgb(193, 178, 62) | |
| HSL | hsl(53, 51%, 50%) | |
| CMYK | cmyk(0%, 8%, 68%, 24%) | |
| LAB | lab(72, -4, 58) | |
| OKLCH | oklch(0.76 0.135 102) |
Color harmonies
Tints & shades
Code snippets
color: #c1b23e;
background-color: #c1b23e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC1B23E)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.70, blue: 0.24, alpha: 1.0)