Gold
#D3C20D
YellowColor Codes
All color formats for development
HEX
#D3C20DRGB
rgb(211, 194, 13)HSL
hsl(55, 88%, 44%)OKLCH
oklch(0.803 0.167 103)CMYK
cmyk(0%, 8%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEAF0C
2#A99C0B
3#948809
4#7F7508
5#696107
6#544E05
7#3F3A04
8#2A2703
9#151301
Tints
Lighter variations
1#EEDB0F
2#F1E128
3#F3E443
4#F5E85E
5#F6EC79
6#F8F094
7#FAF4AE
8#FCF7C9
9#FDFBE4
Tones
Muted variations
1#C9BA17
2#BFB221
3#B5AA2B
4#ABA235
5#A2993F
6#989149
7#8E8953
8#84815C
9#7A7866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF6 #FBF6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EF #F8EF91 | BordersInactive statesPlaceholder text |
| 400 | F4E7 #F4E757 | Disabled statesSecondary iconsMuted text |
| 500 | F1E0 #F1E027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C2 #D3C20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89B #A89B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786F #786F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D47 #4D4705 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FDFADD;
--gold-200: #FBF6C1;
--gold-300: #F8EF91;
--gold-400: #F4E757;
--gold-500: #F1E027;
--gold-600: #D3C20D;
--gold-700: #A89B0B;
--gold-800: #786F08;
--gold-900: #4D4705;
--gold-950: #302C03;
}