Vegas Gold
#c5b358
Looking for the precise values behind Vegas Gold (#c5b358)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c5b358 | |
|---|---|---|
| RGB | rgb(197, 179, 88) | |
| HSL | hsl(50, 48%, 56%) | |
| CMYK | cmyk(0%, 9%, 55%, 23%) | |
| LAB | lab(73, -2, 48) | |
| OKLCH | oklch(0.76 0.114 98) |
Color harmonies
Tints & shades
Code snippets
color: #c5b358;
background-color: #c5b358;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC5B358)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.70, blue: 0.35, alpha: 1.0)