Gold
#D3C60D
YellowColor Codes
All color formats for development
HEX
#D3C60DRGB
rgb(211, 198, 13)HSL
hsl(56, 88%, 44%)OKLCH
oklch(0.812 0.17 104.7)CMYK
cmyk(0%, 6%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEB20C
2#A99E0B
3#948A09
4#7F7708
5#696307
6#544F05
7#3F3B04
8#2A2803
9#151401
Tints
Lighter variations
1#EEDF0F
2#F1E428
3#F3E743
4#F5EB5E
5#F6EE79
6#F8F194
7#FAF5AE
8#FCF8C9
9#FDFCE4
Tones
Muted variations
1#C9BD17
2#BFB521
3#B5AC2B
4#ABA435
5#A29B3F
6#989249
7#8E8A53
8#84815C
9#7A7966
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F1 #F8F191 | BordersInactive statesPlaceholder text |
| 400 | F4EA #F4EA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1E4 #F1E427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C6 #D3C60D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89D #A89D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7870 #787008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4805 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FDFBDD;
--gold-200: #FBF7C1;
--gold-300: #F8F191;
--gold-400: #F4EA57;
--gold-500: #F1E427;
--gold-600: #D3C60D;
--gold-700: #A89D0B;
--gold-800: #787008;
--gold-900: #4D4805;
--gold-950: #302D03;
}