Gold
#F5D924
YellowColor Codes
All color formats for development
HEX
#F5D924RGB
rgb(245, 217, 36)HSL
hsl(52, 91%, 55%)OKLCH
oklch(0.882 0.176 99.4)CMYK
cmyk(0%, 11%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1D20B
2#D6BB0A
3#BCA409
4#A18C08
5#867506
6#6B5E05
7#504604
8#362F03
9#1B1701
Tints
Lighter variations
1#F6DD3A
2#F7E050
3#F8E466
4#F9E87B
5#FAEC91
6#FBF0A7
7#FCF4BD
8#FDF7D3
9#FEFBE9
Tones
Muted variations
1#EAD12E
2#E0CA39
3#D5C243
4#CBBA4E
5#C0B358
6#B6AB62
7#ACA36D
8#A19C77
9#979482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEB #FAEB8F | BordersInactive statesPlaceholder text |
| 400 | F7E1 #F7E155 | Disabled statesSecondary iconsMuted text |
| 500 | F5D9 #F5D924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6BB #D6BB0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA95 #AA9508 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6A #7A6A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4404 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FDF9DD;
--gold-200: #FCF4C0;
--gold-300: #FAEB8F;
--gold-400: #F7E155;
--gold-500: #F5D924;
--gold-600: #D6BB0A;
--gold-700: #AA9508;
--gold-800: #7A6A06;
--gold-900: #4E4404;
--gold-950: #312B02;
}