Gold
#D3D30D
YellowColor Codes
All color formats for development
HEX
#D3D30DRGB
rgb(211, 211, 13)HSL
hsl(60, 88%, 44%)OKLCH
oklch(0.839 0.181 109.7)CMYK
cmyk(0%, 0%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEBE0C
2#A9A90B
3#949409
4#7F7F08
5#696907
6#545405
7#3F3F04
8#2A2A03
9#151501
Tints
Lighter variations
1#EEEE0F
2#F1F128
3#F3F343
4#F5F55E
5#F6F679
6#F8F894
7#FAFAAE
8#FCFCC9
9#FDFDE4
Tones
Muted variations
1#C9C917
2#BFBF21
3#B5B52B
4#ABAB35
5#A2A23F
6#989849
7#8E8E53
8#84845C
9#7A7A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F8 #F8F891 | BordersInactive statesPlaceholder text |
| 400 | F4F4 #F4F457 | Disabled statesSecondary iconsMuted text |
| 500 | F1F1 #F1F127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3D3 #D3D30D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A8A8 #A8A80B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFEF1;
--gold-100: #FDFDDD;
--gold-200: #FBFBC1;
--gold-300: #F8F891;
--gold-400: #F4F457;
--gold-500: #F1F127;
--gold-600: #D3D30D;
--gold-700: #A8A80B;
--gold-800: #787808;
--gold-900: #4D4D05;
--gold-950: #303003;
}