Gold
#DAC507
YellowColor Codes
All color formats for development
HEX
#DAC507RGB
rgb(218, 197, 7)HSL
hsl(54, 94%, 44%)OKLCH
oklch(0.816 0.17 101.6)CMYK
cmyk(0%, 10%, 97%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4B106
2#AE9D05
3#988A05
4#837604
5#6D6203
6#574F03
7#413B02
8#2C2701
9#161401
Tints
Lighter variations
1#F5DE08
2#F8E321
3#F9E63D
4#FAEA59
5#FBED74
6#FCF190
7#FCF4AC
8#FDF8C8
9#FEFBE3
Tones
Muted variations
1#CFBC11
2#C5B41C
3#BAAB26
4#AFA331
5#A59A3B
6#9A9246
7#908A51
8#85815B
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 | FDF7 #FDF7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF0 #FBF08D | BordersInactive statesPlaceholder text |
| 400 | FAE9 #FAE952 | Disabled statesSecondary iconsMuted text |
| 500 | F8E3 #F8E320 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC5 #DAC507 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9C #AD9C05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C70 #7C7004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F47 #4F4702 | 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: #FDF7BF;
--gold-300: #FBF08D;
--gold-400: #FAE952;
--gold-500: #F8E320;
--gold-600: #DAC507;
--gold-700: #AD9C05;
--gold-800: #7C7004;
--gold-900: #4F4702;
--gold-950: #312D02;
}