Retro Vibe
#cb9711
Retro Vibe is a color with the hex code #cb9711. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cb9711 | |
|---|---|---|
| RGB | rgb(203, 151, 17) | |
| HSL | hsl(43, 85%, 43%) | |
| CMYK | cmyk(0%, 26%, 92%, 20%) | |
| LAB | lab(66, 13, 67) | |
| OKLCH | oklch(0.71 0.142 83) |
Color harmonies
Tints & shades
Code snippets
color: #cb9711;
background-color: #cb9711;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFCB9711)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.59, blue: 0.07, alpha: 1.0)