Gold
#F5D524
YellowColor Codes
All color formats for development
HEX
#F5D524RGB
rgb(245, 213, 36)HSL
hsl(51, 91%, 55%)OKLCH
oklch(0.874 0.174 97.6)CMYK
cmyk(0%, 13%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1CF0B
2#D6B80A
3#BCA109
4#A18A08
5#867306
6#6B5C05
7#504504
8#362E03
9#1B1701
Tints
Lighter variations
1#F6DA3A
2#F7DE50
3#F8E266
4#F9E67B
5#FAEA91
6#FBEEA7
7#FCF3BD
8#FDF7D3
9#FEFBE9
Tones
Muted variations
1#EACE2E
2#E0C739
3#D5BF43
4#CBB84E
5#C0B158
6#B6A962
7#ACA26D
8#A19B77
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 | FCF3 #FCF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEA #FAEA8F | BordersInactive statesPlaceholder text |
| 400 | F7DF #F7DF55 | Disabled statesSecondary iconsMuted text |
| 500 | F5D5 #F5D524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B8 #D6B80A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA92 #AA9208 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A68 #7A6806 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E43 #4E4304 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FDF9DD;
--gold-200: #FCF3C0;
--gold-300: #FAEA8F;
--gold-400: #F7DF55;
--gold-500: #F5D524;
--gold-600: #D6B80A;
--gold-700: #AA9208;
--gold-800: #7A6806;
--gold-900: #4E4304;
--gold-950: #312A02;
}