Gold
#F5C024
YellowColor Codes
All color formats for development
HEX
#F5C024RGB
rgb(245, 192, 36)HSL
hsl(45, 91%, 55%)OKLCH
oklch(0.833 0.163 87.4)CMYK
cmyk(0%, 22%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1B80B
2#D6A30A
3#BC8F09
4#A17A08
5#866606
6#6B5205
7#503D04
8#362903
9#1B1401
Tints
Lighter variations
1#F6C73A
2#F7CD50
3#F8D366
4#F9D97B
5#FAE091
6#FBE6A7
7#FCECBD
8#FDF2D3
9#FEF9E9
Tones
Muted variations
1#EABB2E
2#E0B639
3#D5B143
4#CBAC4E
5#C0A658
6#B6A162
7#AC9C6D
8#A19777
9#979182
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCED #FCEDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FADF #FADF8F | BordersInactive statesPlaceholder text |
| 400 | F7CE #F7CE55 | Disabled statesSecondary iconsMuted text |
| 500 | F5C0 #F5C024 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6A3 #D6A30A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA82 #AA8208 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A5D #7A5D06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3B #4E3B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3125 #312502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF0;
--gold-100: #FDF5DD;
--gold-200: #FCEDC0;
--gold-300: #FADF8F;
--gold-400: #F7CE55;
--gold-500: #F5C024;
--gold-600: #D6A30A;
--gold-700: #AA8208;
--gold-800: #7A5D06;
--gold-900: #4E3B04;
--gold-950: #312502;
}