Gold
#F7D022
YellowColor Codes
All color formats for development
HEX
#F7D022RGB
rgb(247, 208, 34)HSL
hsl(49, 93%, 55%)OKLCH
oklch(0.866 0.172 94.6)CMYK
cmyk(0%, 16%, 86%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4C909
2#D9B208
3#BD9C07
4#A28606
5#876F05
6#6C5904
7#514303
8#362D02
9#1B1601
Tints
Lighter variations
1#F8D538
2#F9D94E
3#F9DE64
4#FAE37A
5#FBE790
6#FCECA6
7#FDF1BD
8#FDF6D3
9#FEFAE9
Tones
Muted variations
1#ECC92C
2#E2C237
3#D7BC42
4#CCB54C
5#C2AE57
6#B7A762
7#ACA16C
8#A29A77
9#979382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF1 #FDF1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE7 #FBE78E | BordersInactive statesPlaceholder text |
| 400 | F9DA #F9DA53 | Disabled statesSecondary iconsMuted text |
| 500 | F7D0 #F7D022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9B2 #D9B208 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC8E #AC8E06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B65 #7B6504 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F41 #4F4103 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FEF8DD;
--gold-200: #FDF1BF;
--gold-300: #FBE78E;
--gold-400: #F9DA53;
--gold-500: #F7D022;
--gold-600: #D9B208;
--gold-700: #AC8E06;
--gold-800: #7B6504;
--gold-900: #4F4103;
--gold-950: #312902;
}