Old Gold
#cfb53b
Old Gold is a color with the hex code #cfb53b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cfb53b | |
|---|---|---|
| RGB | rgb(207, 181, 59) | |
| HSL | hsl(49, 61%, 52%) | |
| CMYK | cmyk(0%, 13%, 71%, 19%) | |
| LAB | lab(74, 0, 62) | |
| OKLCH | oklch(0.77 0.139 97) |
Color harmonies
Tints & shades
Code snippets
color: #cfb53b;
background-color: #cfb53b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFB53B)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.71, blue: 0.23, alpha: 1.0)