Gold
#F5E324
YellowColor Codes
All color formats for development
HEX
#F5E324RGB
rgb(245, 227, 36)HSL
hsl(55, 91%, 55%)OKLCH
oklch(0.902 0.184 103.4)CMYK
cmyk(0%, 7%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1DE0B
2#D6C50A
3#BCAD09
4#A19408
5#867B06
6#6B6305
7#504A04
8#363103
9#1B1901
Tints
Lighter variations
1#F6E63A
2#F7E950
3#F8EC66
4#F9EE7B
5#FAF191
6#FBF4A7
7#FCF7BD
8#FDF9D3
9#FEFCE9
Tones
Muted variations
1#EADB2E
2#E0D239
3#D5C943
4#CBC04E
5#C0B858
6#B6AF62
7#ACA66D
8#A19E77
9#979582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF1 #FAF18F | BordersInactive statesPlaceholder text |
| 400 | F7E9 #F7E955 | Disabled statesSecondary iconsMuted text |
| 500 | F5E3 #F5E324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C5 #D6C50A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9D #AA9D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A70 #7A7006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E48 #4E4804 | 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: #FDFBDD;
--gold-200: #FCF7C0;
--gold-300: #FAF18F;
--gold-400: #F7E955;
--gold-500: #F5E324;
--gold-600: #D6C50A;
--gold-700: #AA9D08;
--gold-800: #7A7006;
--gold-900: #4E4804;
--gold-950: #312D02;
}