Gold
#E8C630
YellowColor Codes
All color formats for development
HEX
#E8C630RGB
rgb(232, 198, 48)HSL
hsl(49, 80%, 55%)OKLCH
oklch(0.832 0.159 95.3)CMYK
cmyk(0%, 15%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3BE19
2#CAA916
3#B19414
4#977F11
5#7E6A0E
6#65550B
7#4C3F08
8#322A06
9#191503
Tints
Lighter variations
1#EACC45
2#EDD25A
3#EFD76E
4#F1DD83
5#F4E398
6#F6E8AC
7#F8EEC1
8#FAF4D6
9#FDF9EA
Tones
Muted variations
1#DFC13A
2#D6BB43
3#CDB54C
4#C3AF55
5#BAA95E
6#B1A468
7#A89E71
8#9F987A
9#959283
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EF #F8EFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E2 #F3E295 | BordersInactive statesPlaceholder text |
| 400 | EDD3 #EDD35E | Disabled statesSecondary iconsMuted text |
| 500 | E8C6 #E8C630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA9 #CAA916 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A186 #A18612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7360 #73600D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493D #493D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF1;
--gold-100: #FBF6DF;
--gold-200: #F8EFC3;
--gold-300: #F3E295;
--gold-400: #EDD35E;
--gold-500: #E8C630;
--gold-600: #CAA916;
--gold-700: #A18612;
--gold-800: #73600D;
--gold-900: #493D08;
--gold-950: #2E2605;
}