Gold
#F2E526
YellowColor Codes
All color formats for development
HEX
#F2E526RGB
rgb(242, 229, 38)HSL
hsl(56, 89%, 55%)OKLCH
oklch(0.904 0.185 105.2)CMYK
cmyk(0%, 5%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFE00E
2#D4C70C
3#BAAE0B
4#9F9509
5#857C08
6#6A6306
7#504B05
8#353203
9#1B1902
Tints
Lighter variations
1#F4E73C
2#F5EA51
3#F6ED67
4#F7EF7D
5#F9F293
6#FAF5A8
7#FBF7BE
8#FCFAD4
9#FEFCE9
Tones
Muted variations
1#E8DC30
2#DED33B
3#D4CA45
4#CAC14F
5#BFB959
6#B5B063
7#ABA76E
8#A19E78
9#969582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F2 #F9F290 | BordersInactive statesPlaceholder text |
| 400 | F5EB #F5EB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2E5 #F2E526 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C7 #D4C70C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A99E #A99E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7871 #787107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4804 | 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: #FEFDF1;
--gold-100: #FDFBDD;
--gold-200: #FBF7C0;
--gold-300: #F9F290;
--gold-400: #F5EB56;
--gold-500: #F2E526;
--gold-600: #D4C70C;
--gold-700: #A99E0A;
--gold-800: #787107;
--gold-900: #4D4804;
--gold-950: #302D03;
}