Gold
#F7C922
YellowColor Codes
All color formats for development
HEX
#F7C922RGB
rgb(247, 201, 34)HSL
hsl(47, 93%, 55%)OKLCH
oklch(0.852 0.168 91.3)CMYK
cmyk(0%, 19%, 86%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4C109
2#D9AB08
3#BD9607
4#A28006
5#876B05
6#6C5604
7#514003
8#362B02
9#1B1501
Tints
Lighter variations
1#F8CE38
2#F9D44E
3#F9D964
4#FADE7A
5#FBE490
6#FCE9A6
7#FDEFBD
8#FDF4D3
9#FEFAE9
Tones
Muted variations
1#ECC32C
2#E2BD37
3#D7B742
4#CCB14C
5#C2AA57
6#B7A462
7#AC9E6C
8#A29877
9#979282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEF #FDEFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE3 #FBE38E | BordersInactive statesPlaceholder text |
| 400 | F9D5 #F9D553 | Disabled statesSecondary iconsMuted text |
| 500 | F7C9 #F7C922 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9AB #D9AB08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC88 #AC8806 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B61 #7B6104 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3E #4F3E03 | 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: #FEF7DD;
--gold-200: #FDEFBF;
--gold-300: #FBE38E;
--gold-400: #F9D553;
--gold-500: #F7C922;
--gold-600: #D9AB08;
--gold-700: #AC8806;
--gold-800: #7B6104;
--gold-900: #4F3E03;
--gold-950: #312702;
}