Pot of Gold
#f6cd23
Looking for the precise values behind Pot of Gold (#f6cd23)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6cd23 | |
|---|---|---|
| RGB | rgb(246, 205, 35) | |
| HSL | hsl(48, 92%, 55%) | |
| CMYK | cmyk(0%, 17%, 86%, 4%) | |
| LAB | lab(84, 4, 79) | |
| OKLCH | oklch(0.86 0.17 94) |
Color harmonies
Tints & shades
Code snippets
color: #f6cd23;
background-color: #f6cd23;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6CD23)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.80, blue: 0.14, alpha: 1.0)