Gold
#DAC807
YellowColor Codes
All color formats for development
HEX
#DAC807RGB
rgb(218, 200, 7)HSL
hsl(55, 94%, 44%)OKLCH
oklch(0.822 0.172 102.9)CMYK
cmyk(0%, 8%, 97%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4B406
2#AEA005
3#988C05
4#837804
5#6D6403
6#575003
7#413C02
8#2C2801
9#161401
Tints
Lighter variations
1#F5E208
2#F8E621
3#F9E93D
4#FAEC59
5#FBF074
6#FCF390
7#FCF6AC
8#FDF9C8
9#FEFCE3
Tones
Muted variations
1#CFBF11
2#C5B71C
3#BAAE26
4#AFA531
5#A59C3B
6#9A9346
7#908B51
8#85825B
9#7B7966
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF2 #FBF28D | BordersInactive statesPlaceholder text |
| 400 | FAEC #FAEC52 | Disabled statesSecondary iconsMuted text |
| 500 | F8E6 #F8E620 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC8 #DAC807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9F #AD9F05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C72 #7C7204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F49 #4F4902 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFBDC;
--gold-200: #FDF8BF;
--gold-300: #FBF28D;
--gold-400: #FAEC52;
--gold-500: #F8E620;
--gold-600: #DAC807;
--gold-700: #AD9F05;
--gold-800: #7C7204;
--gold-900: #4F4902;
--gold-950: #312D02;
}