Gold
#D7C609
YellowColor Codes
All color formats for development
HEX
#D7C609RGB
rgb(215, 198, 9)HSL
hsl(55, 92%, 44%)OKLCH
oklch(0.815 0.17 103.2)CMYK
cmyk(0%, 8%, 96%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2B208
2#AC9F07
3#978B06
4#817705
5#6C6304
6#564F04
7#413B03
8#2B2802
9#161401
Tints
Lighter variations
1#F3DF0A
2#F6E424
3#F7E83F
4#F8EB5A
5#F9EE76
6#FAF291
7#FCF5AD
8#FDF8C8
9#FEFCE4
Tones
Muted variations
1#CDBE13
2#C3B51E
3#B8AC28
4#AEA432
5#A49B3D
6#999347
7#8F8A51
8#85815C
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 | FCF7 #FCF7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF1 #FAF18E | BordersInactive statesPlaceholder text |
| 400 | F8EA #F8EA54 | Disabled statesSecondary iconsMuted text |
| 500 | F6E4 #F6E423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7C6 #D7C609 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB9E #AB9E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A71 #7A7105 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E48 #4E4803 | 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: #FCF7BF;
--gold-300: #FAF18E;
--gold-400: #F8EA54;
--gold-500: #F6E423;
--gold-600: #D7C609;
--gold-700: #AB9E07;
--gold-800: #7A7105;
--gold-900: #4E4803;
--gold-950: #312D02;
}