Gold
#E7CF32
YellowColor Codes
All color formats for development
HEX
#E7CF32RGB
rgb(231, 207, 50)HSL
hsl(52, 79%, 55%)OKLCH
oklch(0.85 0.164 100)CMYK
cmyk(0%, 10%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2C71B
2#C9B118
3#B09B15
4#978512
5#7E6F0F
6#64590C
7#4B4209
8#322C06
9#191603
Tints
Lighter variations
1#E9D446
2#ECD85B
3#EEDD6F
4#F1E284
5#F3E798
6#F5ECAD
7#F8F1C1
8#FAF5D6
9#FDFAEA
Tones
Muted variations
1#DEC83B
2#D5C144
3#CCBB4D
4#C3B456
5#BAAD5F
6#B1A768
7#A7A071
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 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E6 #F3E696 | BordersInactive statesPlaceholder text |
| 400 | ECD9 #ECD95F | Disabled statesSecondary iconsMuted text |
| 500 | E7CF #E7CF32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B1 #C9B118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08D #A08D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7265 #72650D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF7DF;
--gold-200: #F8F1C4;
--gold-300: #F3E696;
--gold-400: #ECD95F;
--gold-500: #E7CF32;
--gold-600: #C9B118;
--gold-700: #A08D13;
--gold-800: #72650D;
--gold-900: #494009;
--gold-950: #2E2805;
}