Gold
#E6D133
YellowColor Codes
All color formats for development
HEX
#E6D133RGB
rgb(230, 209, 51)HSL
hsl(53, 78%, 55%)OKLCH
oklch(0.853 0.165 101.3)CMYK
cmyk(0%, 9%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1CA1C
2#C8B319
3#AF9D16
4#968613
5#7D700F
6#645A0C
7#4B4309
8#322D06
9#191603
Tints
Lighter variations
1#E8D547
2#EBDA5C
3#EDDF70
4#F0E384
5#F2E899
6#F5EDAD
7#F7F1C2
8#FAF6D6
9#FCFAEB
Tones
Muted variations
1#DDCA3C
2#D4C345
3#CBBC4E
4#C2B557
5#B9AF5F
6#B0A868
7#A7A171
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 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E7 #F2E797 | BordersInactive statesPlaceholder text |
| 400 | EBDB #EBDB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6D1 #E6D133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B3 #C8B319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8F #9F8F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7166 #71660E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4941 #494109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF8DF;
--gold-200: #F8F2C4;
--gold-300: #F2E797;
--gold-400: #EBDB60;
--gold-500: #E6D133;
--gold-600: #C8B319;
--gold-700: #9F8F14;
--gold-800: #71660E;
--gold-900: #494109;
--gold-950: #2D2906;
}