Hey Pesto
#bea932
Looking for the precise values behind Hey Pesto (#bea932)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bea932 | |
|---|---|---|
| RGB | rgb(190, 169, 50) | |
| HSL | hsl(51, 58%, 47%) | |
| CMYK | cmyk(0%, 11%, 74%, 25%) | |
| LAB | lab(70, -2, 60) | |
| OKLCH | oklch(0.73 0.135 99) |
Color harmonies
Tints & shades
Code snippets
color: #bea932;
background-color: #bea932;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBEA932)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.66, blue: 0.20, alpha: 1.0)