Gold
#F7E522
YellowColor Codes
All color formats for development
HEX
#F7E522RGB
rgb(247, 229, 34)HSL
hsl(55, 93%, 55%)OKLCH
oklch(0.908 0.186 103.5)CMYK
cmyk(0%, 7%, 86%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4E009
2#D9C708
3#BDAE07
4#A29506
5#877C05
6#6C6404
7#514B03
8#363202
9#1B1901
Tints
Lighter variations
1#F8E838
2#F9EA4E
3#F9ED64
4#FAF07A
5#FBF290
6#FCF5A6
7#FDF7BD
8#FDFAD3
9#FEFCE9
Tones
Muted variations
1#ECDC2C
2#E2D337
3#D7CB42
4#CCC24C
5#C2B957
6#B7B062
7#ACA76C
8#A29E77
9#979582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF2 #FBF28E | BordersInactive statesPlaceholder text |
| 400 | F9EB #F9EB53 | Disabled statesSecondary iconsMuted text |
| 500 | F7E5 #F7E522 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9C7 #D9C708 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC9E #AC9E06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B71 #7B7104 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F48 #4F4803 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FEFBDD;
--gold-200: #FDF8BF;
--gold-300: #FBF28E;
--gold-400: #F9EB53;
--gold-500: #F7E522;
--gold-600: #D9C708;
--gold-700: #AC9E06;
--gold-800: #7B7104;
--gold-900: #4F4803;
--gold-950: #312D02;
}