Gold
#E6C533
YellowColor Codes
All color formats for development
HEX
#E6C533RGB
rgb(230, 197, 51)HSL
hsl(49, 78%, 55%)OKLCH
oklch(0.828 0.157 95.5)CMYK
cmyk(0%, 14%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1BD1C
2#C8A819
3#AF9316
4#967E13
5#7D690F
6#64540C
7#4B3F09
8#322A06
9#191503
Tints
Lighter variations
1#E8CB47
2#EBD15C
3#EDD670
4#F0DC84
5#F2E299
6#F5E8AD
7#F7EEC2
8#FAF3D6
9#FCF9EB
Tones
Muted variations
1#DDBF3C
2#D4BA45
3#CBB44E
4#C2AE57
5#B9A95F
6#B0A368
7#A79D71
8#9E987A
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 | F8EE #F8EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E1 #F2E197 | BordersInactive statesPlaceholder text |
| 400 | EBD2 #EBD260 | Disabled statesSecondary iconsMuted text |
| 500 | E6C5 #E6C533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A8 #C8A819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F85 #9F8514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715F #715F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493D #493D09 | 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: #FDFBF1;
--gold-100: #FBF6DF;
--gold-200: #F8EEC4;
--gold-300: #F2E197;
--gold-400: #EBD260;
--gold-500: #E6C533;
--gold-600: #C8A819;
--gold-700: #9F8514;
--gold-800: #715F0E;
--gold-900: #493D09;
--gold-950: #2D2606;
}