Gold
#D3BF0D
YellowColor Codes
All color formats for development
HEX
#D3BF0DRGB
rgb(211, 191, 13)HSL
hsl(54, 88%, 44%)OKLCH
oklch(0.797 0.165 101.7)CMYK
cmyk(0%, 9%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEAC0C
2#A9990B
3#948609
4#7F7308
5#696007
6#544C05
7#3F3904
8#2A2603
9#151301
Tints
Lighter variations
1#EED80F
2#F1DD28
3#F3E143
4#F5E65E
5#F6EA79
6#F8EE94
7#FAF2AE
8#FCF7C9
9#FDFBE4
Tones
Muted variations
1#C9B717
2#BFAF21
3#B5A72B
4#ABA035
5#A2983F
6#989049
7#8E8853
8#84805C
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 | FBF5 #FBF5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EE #F8EE91 | BordersInactive statesPlaceholder text |
| 400 | F4E5 #F4E557 | Disabled statesSecondary iconsMuted text |
| 500 | F1DD #F1DD27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BF #D3BF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A898 #A8980B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4605 | Primary textHigh emphasis contentDark headings |
| 950 | 302B #302B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FDFADD;
--gold-200: #FBF5C1;
--gold-300: #F8EE91;
--gold-400: #F4E557;
--gold-500: #F1DD27;
--gold-600: #D3BF0D;
--gold-700: #A8980B;
--gold-800: #786D08;
--gold-900: #4D4605;
--gold-950: #302B03;
}