Gold
#E6C233
YellowColor Codes
All color formats for development
HEX
#E6C233RGB
rgb(230, 194, 51)HSL
hsl(48, 78%, 55%)OKLCH
oklch(0.822 0.155 93.9)CMYK
cmyk(0%, 16%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1B91C
2#C8A519
3#AF9016
4#967C13
5#7D670F
6#64520C
7#4B3E09
8#322906
9#191503
Tints
Lighter variations
1#E8C847
2#EBCE5C
3#EDD470
4#F0DA84
5#F2E099
6#F5E7AD
7#F7EDC2
8#FAF3D6
9#FCF9EB
Tones
Muted variations
1#DDBD3C
2#D4B745
3#CBB24E
4#C2AC57
5#B9A75F
6#B0A268
7#A79C71
8#9E977A
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 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E0 #F2E097 | BordersInactive statesPlaceholder text |
| 400 | EBD0 #EBD060 | Disabled statesSecondary iconsMuted text |
| 500 | E6C2 #E6C233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A5 #C8A519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F83 #9F8314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715E #715E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFBF1;
--gold-100: #FBF6DF;
--gold-200: #F8EDC4;
--gold-300: #F2E097;
--gold-400: #EBD060;
--gold-500: #E6C233;
--gold-600: #C8A519;
--gold-700: #9F8314;
--gold-800: #715E0E;
--gold-900: #493C09;
--gold-950: #2D2506;
}