Gold
#DBCD06
YellowColor Codes
All color formats for development
HEX
#DBCD06RGB
rgb(219, 205, 6)HSL
hsl(56, 95%, 44%)OKLCH
oklch(0.833 0.176 104.6)CMYK
cmyk(0%, 6%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5B805
2#AFA404
3#998F04
4#837B03
5#6D6603
6#585202
7#423D02
8#2C2901
9#161401
Tints
Lighter variations
1#F7E706
2#F9EB20
3#FAED3C
4#FBF058
5#FBF274
6#FCF590
7#FDF7AB
8#FEFAC7
9#FEFCE3
Tones
Muted variations
1#D0C310
2#C5BA1B
3#BBB126
4#B0A830
5#A59E3B
6#9B9546
7#908C50
8#86835B
9#7B7966
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFC #FEFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF9 #FDF9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCF5 #FCF58D | BordersInactive statesPlaceholder text |
| 400 | FBEF #FBEF51 | Disabled statesSecondary iconsMuted text |
| 500 | F9EB #F9EB1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBCD #DBCD06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEA3 #AEA304 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C74 #7C7403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504A #504A02 | Primary textHigh emphasis contentDark headings |
| 950 | 322E #322E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFEF0;
--gold-100: #FEFCDC;
--gold-200: #FDF9BE;
--gold-300: #FCF58D;
--gold-400: #FBEF51;
--gold-500: #F9EB1F;
--gold-600: #DBCD06;
--gold-700: #AEA304;
--gold-800: #7C7403;
--gold-900: #504A02;
--gold-950: #322E01;
}