Gold
#E6C833
YellowColor Codes
All color formats for development
HEX
#E6C833RGB
rgb(230, 200, 51)HSL
hsl(50, 78%, 55%)OKLCH
oklch(0.834 0.159 97)CMYK
cmyk(0%, 13%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1C01C
2#C8AB19
3#AF9516
4#968013
5#7D6B0F
6#64550C
7#4B4009
8#322B06
9#191503
Tints
Lighter variations
1#E8CD47
2#EBD35C
3#EDD870
4#F0DE84
5#F2E399
6#F5E9AD
7#F7EEC2
8#FAF4D6
9#FCF9EB
Tones
Muted variations
1#DDC23C
2#D4BC45
3#CBB64E
4#C2B057
5#B9AA5F
6#B0A468
7#A79E71
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 | F8EF #F8EFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E3 #F2E397 | BordersInactive statesPlaceholder text |
| 400 | EBD4 #EBD460 | Disabled statesSecondary iconsMuted text |
| 500 | E6C8 #E6C833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8AB #C8AB19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F88 #9F8814 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7161 #71610E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493E #493E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF1;
--gold-100: #FBF6DF;
--gold-200: #F8EFC4;
--gold-300: #F2E397;
--gold-400: #EBD460;
--gold-500: #E6C833;
--gold-600: #C8AB19;
--gold-700: #9F8814;
--gold-800: #71610E;
--gold-900: #493E09;
--gold-950: #2D2706;
}