Goldzilla
#cdd80d
Goldzilla is a color with the hex code #cdd80d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cdd80d | |
|---|---|---|
| RGB | rgb(205, 216, 13) | |
| HSL | hsl(63, 89%, 45%) | |
| CMYK | cmyk(5%, 0%, 94%, 15%) | |
| LAB | lab(83, -18, 80) | |
| OKLCH | oklch(0.85 0.187 113) |
Color harmonies
Tints & shades
Code snippets
color: #cdd80d;
background-color: #cdd80d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFCDD80D)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.85, blue: 0.05, alpha: 1.0)