Gold
#F4E625
YellowColor Codes
All color formats for development
HEX
#F4E625RGB
rgb(244, 230, 37)HSL
hsl(56, 90%, 55%)OKLCH
oklch(0.908 0.186 104.9)CMYK
cmyk(0%, 6%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0E10D
2#D5C80B
3#BBAF0A
4#A09608
5#857D07
6#6B6406
7#504B04
8#353203
9#1B1901
Tints
Lighter variations
1#F5E83B
2#F6EB51
3#F7ED66
4#F8F07C
5#F9F292
6#FAF5A8
7#FCF7BE
8#FDFAD3
9#FEFCE9
Tones
Muted variations
1#E9DD2F
2#DFD43A
3#D5CB44
4#CAC24E
5#C0B959
6#B6B063
7#ABA76D
8#A19E78
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 | FCF8 #FCF8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F2 #F9F290 | BordersInactive statesPlaceholder text |
| 400 | F6EB #F6EB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4E6 #F4E625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C8 #D5C80B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9F #AA9F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7971 #797106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4904 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FDFBDD;
--gold-200: #FCF8C0;
--gold-300: #F9F290;
--gold-400: #F6EB55;
--gold-500: #F4E625;
--gold-600: #D5C80B;
--gold-700: #AA9F09;
--gold-800: #797106;
--gold-900: #4E4904;
--gold-950: #302D03;
}