Gold
#F5C724
YellowColor Codes
All color formats for development
HEX
#F5C724RGB
rgb(245, 199, 36)HSL
hsl(47, 91%, 55%)OKLCH
oklch(0.846 0.166 91)CMYK
cmyk(0%, 19%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1BF0B
2#D6AA0A
3#BC9509
4#A18008
5#866A06
6#6B5505
7#504004
8#362B03
9#1B1501
Tints
Lighter variations
1#F6CD3A
2#F7D350
3#F8D866
4#F9DE7B
5#FAE391
6#FBE9A7
7#FCEEBD
8#FDF4D3
9#FEF9E9
Tones
Muted variations
1#EAC22E
2#E0BC39
3#D5B643
4#CBB04E
5#C0AA58
6#B6A462
7#AC9E6D
8#A19877
9#979282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEF #FCEFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE3 #FAE38F | BordersInactive statesPlaceholder text |
| 400 | F7D4 #F7D455 | Disabled statesSecondary iconsMuted text |
| 500 | F5C7 #F5C724 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6AA #D6AA0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA87 #AA8708 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A61 #7A6106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3E #4E3E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3127 #312702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF0;
--gold-100: #FDF6DD;
--gold-200: #FCEFC0;
--gold-300: #FAE38F;
--gold-400: #F7D455;
--gold-500: #F5C724;
--gold-600: #D6AA0A;
--gold-700: #AA8708;
--gold-800: #7A6106;
--gold-900: #4E3E04;
--gold-950: #312702;
}