Gold
#F2D726
YellowColor Codes
All color formats for development
HEX
#F2D726RGB
rgb(242, 215, 38)HSL
hsl(52, 89%, 55%)OKLCH
oklch(0.875 0.174 99.6)CMYK
cmyk(0%, 11%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFD10E
2#D4B90C
3#BAA20B
4#9F8B09
5#857408
6#6A5D06
7#504605
8#352E03
9#1B1702
Tints
Lighter variations
1#F4DB3C
2#F5DF51
3#F6E367
4#F7E77D
5#F9EB93
6#FAEFA8
7#FBF3BE
8#FCF7D4
9#FEFBE9
Tones
Muted variations
1#E8D030
2#DEC83B
3#D4C145
4#CAB94F
5#BFB259
6#B5AA63
7#ABA36E
8#A19B78
9#969482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EB #F9EB90 | BordersInactive statesPlaceholder text |
| 400 | F5E0 #F5E056 | Disabled statesSecondary iconsMuted text |
| 500 | F2D7 #F2D726 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B9 #D4B90C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A994 #A9940A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786907 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4304 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FDF9DD;
--gold-200: #FBF3C0;
--gold-300: #F9EB90;
--gold-400: #F5E056;
--gold-500: #F2D726;
--gold-600: #D4B90C;
--gold-700: #A9940A;
--gold-800: #786907;
--gold-900: #4D4304;
--gold-950: #302A03;
}