Gold
#F2DE26
YellowColor Codes
All color formats for development
HEX
#F2DE26RGB
rgb(242, 222, 38)HSL
hsl(54, 89%, 55%)OKLCH
oklch(0.89 0.18 102.5)CMYK
cmyk(0%, 8%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFD80E
2#D4C00C
3#BAA80B
4#9F9009
5#857808
6#6A6006
7#504805
8#353003
9#1B1802
Tints
Lighter variations
1#F4E13C
2#F5E551
3#F6E867
4#F7EB7D
5#F9EE93
6#FAF2A8
7#FBF5BE
8#FCF8D4
9#FEFCE9
Tones
Muted variations
1#E8D630
2#DECE3B
3#D4C545
4#CABD4F
5#BFB559
6#B5AD63
7#ABA56E
8#A19D78
9#969482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EE #F9EE90 | BordersInactive statesPlaceholder text |
| 400 | F5E5 #F5E556 | Disabled statesSecondary iconsMuted text |
| 500 | F2DE #F2DE26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C0 #D4C00C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A999 #A9990A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4604 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FDFADD;
--gold-200: #FBF5C0;
--gold-300: #F9EE90;
--gold-400: #F5E556;
--gold-500: #F2DE26;
--gold-600: #D4C00C;
--gold-700: #A9990A;
--gold-800: #786D07;
--gold-900: #4D4604;
--gold-950: #302C03;
}