Gold
#F2D426
YellowColor Codes
All color formats for development
HEX
#F2D426RGB
rgb(242, 212, 38)HSL
hsl(51, 89%, 55%)OKLCH
oklch(0.869 0.172 98.3)CMYK
cmyk(0%, 12%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFCD0E
2#D4B60C
3#BA9F0B
4#9F8909
5#857208
6#6A5B06
7#504405
8#352E03
9#1B1702
Tints
Lighter variations
1#F4D83C
2#F5DC51
3#F6E167
4#F7E57D
5#F9E993
6#FAEEA8
7#FBF2BE
8#FCF6D4
9#FEFBE9
Tones
Muted variations
1#E8CD30
2#DEC53B
3#D4BE45
4#CAB74F
5#BFB059
6#B5A963
7#ABA26E
8#A19B78
9#969382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E9 #F9E990 | BordersInactive statesPlaceholder text |
| 400 | F5DD #F5DD56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D4 #F2D426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B6 #D4B60C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A991 #A9910A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4204 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FDF8DD;
--gold-200: #FBF3C0;
--gold-300: #F9E990;
--gold-400: #F5DD56;
--gold-500: #F2D426;
--gold-600: #D4B60C;
--gold-700: #A9910A;
--gold-800: #786707;
--gold-900: #4D4204;
--gold-950: #302903;
}