Gold
#E8D030
YellowColor Codes
All color formats for development
HEX
#E8D030RGB
rgb(232, 208, 48)HSL
hsl(52, 80%, 55%)OKLCH
oklch(0.852 0.166 100.1)CMYK
cmyk(0%, 10%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3C819
2#CAB216
3#B19C14
4#978611
5#7E6F0E
6#65590B
7#4C4308
8#322D06
9#191603
Tints
Lighter variations
1#EAD445
2#EDD95A
3#EFDE6E
4#F1E383
5#F4E798
6#F6ECAC
7#F8F1C1
8#FAF6D6
9#FDFAEA
Tones
Muted variations
1#DFC93A
2#D6C243
3#CDBB4C
4#C3B555
5#BAAE5E
6#B1A768
7#A8A071
8#9F9A7A
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 | F8F1 #F8F1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E7 #F3E795 | BordersInactive statesPlaceholder text |
| 400 | EDDA #EDDA5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D0 #E8D030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB2 #CAB216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18E #A18E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7365 #73650D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4941 #494108 | 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: #FBF8DF;
--gold-200: #F8F1C3;
--gold-300: #F3E795;
--gold-400: #EDDA5E;
--gold-500: #E8D030;
--gold-600: #CAB216;
--gold-700: #A18E12;
--gold-800: #73650D;
--gold-900: #494108;
--gold-950: #2E2805;
}