Gold
#D9C708
YellowColor Codes
All color formats for development
HEX
#D9C708RGB
rgb(217, 199, 8)HSL
hsl(55, 93%, 44%)OKLCH
oklch(0.819 0.171 102.8)CMYK
cmyk(0%, 8%, 96%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3B307
2#AD9F06
3#988B05
4#827705
5#6C6404
6#575003
7#413C02
8#2B2802
9#161401
Tints
Lighter variations
1#F4E109
2#F7E523
3#F8E93E
4#F9EC5A
5#FAEF75
6#FBF291
7#FCF5AC
8#FDF9C8
9#FEFCE3
Tones
Muted variations
1#CEBE12
2#C4B61D
3#B9AD27
4#AFA432
5#A49C3C
6#9A9346
7#908A51
8#85825B
9#7B7966
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF2 #FBF28E | BordersInactive statesPlaceholder text |
| 400 | F9EB #F9EB53 | Disabled statesSecondary iconsMuted text |
| 500 | F7E5 #F7E522 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9C7 #D9C708 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC9E #AC9E06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B71 #7B7104 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F48 #4F4803 | 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: #FEFDF0;
--gold-100: #FEFBDD;
--gold-200: #FDF8BF;
--gold-300: #FBF28E;
--gold-400: #F9EB53;
--gold-500: #F7E522;
--gold-600: #D9C708;
--gold-700: #AC9E06;
--gold-800: #7B7104;
--gold-900: #4F4803;
--gold-950: #312D02;
}