Gold
#E7D232
YellowColor Codes
All color formats for development
HEX
#E7D232RGB
rgb(231, 210, 50)HSL
hsl(53, 79%, 55%)OKLCH
oklch(0.856 0.166 101.3)CMYK
cmyk(0%, 9%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2CB1B
2#C9B418
3#B09E15
4#978712
5#7E710F
6#645A0C
7#4B4409
8#322D06
9#191703
Tints
Lighter variations
1#E9D646
2#ECDB5B
3#EEDF6F
4#F1E484
5#F3E898
6#F5EDAD
7#F8F1C1
8#FAF6D6
9#FDFAEA
Tones
Muted variations
1#DECB3B
2#D5C444
3#CCBD4D
4#C3B656
5#BAAF5F
6#B1A868
7#A7A171
8#9E9A7A
9#959383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E896 | BordersInactive statesPlaceholder text |
| 400 | ECDC #ECDC5F | Disabled statesSecondary iconsMuted text |
| 500 | E7D2 #E7D232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B4 #C9B418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08F #A08F13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7266 #72660D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494209 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF8DF;
--gold-200: #F8F2C4;
--gold-300: #F3E896;
--gold-400: #ECDC5F;
--gold-500: #E7D232;
--gold-600: #C9B418;
--gold-700: #A08F13;
--gold-800: #72660D;
--gold-900: #494209;
--gold-950: #2E2905;
}