Gold
#DFDF3A
YellowColor Codes
All color formats for development
HEX
#DFDF3ARGB
rgb(223, 223, 58)HSL
hsl(60, 72%, 55%)OKLCH
oklch(0.876 0.175 109.5)CMYK
cmyk(0%, 0%, 74%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D9D923
2#C1C11F
3#A9A91B
4#919118
5#797914
6#606010
7#48480C
8#303008
9#181804
Tints
Lighter variations
1#E2E24D
2#E5E561
3#E9E975
4#ECEC89
5#EFEF9C
6#F2F2B0
7#F5F5C4
8#F9F9D8
9#FCFCEB
Tones
Muted variations
1#D7D742
2#CECE4A
3#C6C652
4#BEBE5B
5#B6B663
6#ADAD6B
7#A5A573
8#9D9D7C
9#959584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E6E6 #E6E665 | Disabled statesSecondary iconsMuted text |
| 500 | DFDF #DFDF3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C1C1 #C1C11F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4646 #46460B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF2;
--gold-100: #FAFAE0;
--gold-200: #F6F6C6;
--gold-300: #EFEF9A;
--gold-400: #E6E665;
--gold-500: #DFDF3A;
--gold-600: #C1C11F;
--gold-700: #9A9A19;
--gold-800: #6E6E12;
--gold-900: #46460B;
--gold-950: #2C2C07;
}