Gold
#E2C636
YellowColor Codes
All color formats for development
HEX
#E2C636RGB
rgb(226, 198, 54)HSL
hsl(50, 75%, 55%)OKLCH
oklch(0.827 0.155 97.6)CMYK
cmyk(0%, 12%, 76%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DDBD20
2#C4A81C
3#AC9319
4#937E15
5#7B6912
6#62540E
7#4A3F0B
8#312A07
9#191504
Tints
Lighter variations
1#E5CB4A
2#E8D15E
3#EBD772
4#EEDD87
5#F1E29B
6#F4E8AF
7#F6EEC3
8#F9F4D7
9#FCF9EB
Tones
Muted variations
1#DAC03F
2#D1BA47
3#C8B450
4#C0AF59
5#B7A961
6#AFA36A
7#A69D72
8#9D987B
9#959284
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E2 #F0E298 | BordersInactive statesPlaceholder text |
| 400 | E9D2 #E9D263 | Disabled statesSecondary iconsMuted text |
| 500 | E2C6 #E2C636 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4A8 #C4A81C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C86 #9C8616 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7060 #706010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473D #473D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF2;
--gold-100: #FBF6E0;
--gold-200: #F7EEC5;
--gold-300: #F0E298;
--gold-400: #E9D263;
--gold-500: #E2C636;
--gold-600: #C4A81C;
--gold-700: #9C8616;
--gold-800: #706010;
--gold-900: #473D0A;
--gold-950: #2D2606;
}