Gold
#D2D20F
YellowColor Codes
All color formats for development
HEX
#D2D20FRGB
rgb(210, 210, 15)HSL
hsl(60, 87%, 44%)OKLCH
oklch(0.836 0.18 109.7)CMYK
cmyk(0%, 0%, 93%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDBD0D
2#A8A80C
3#93930A
4#7E7E09
5#696907
6#545406
7#3F3F04
8#2A2A03
9#151501
Tints
Lighter variations
1#EDED10
2#F0F029
3#F2F244
4#F4F45F
5#F6F679
6#F8F894
7#F9F9AF
8#FBFBCA
9#FDFDE4
Tones
Muted variations
1#C8C818
2#BEBE22
3#B5B52C
4#ABAB36
5#A1A13F
6#979749
7#8D8D53
8#84845D
9#7A7A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7F7 #F7F791 | BordersInactive statesPlaceholder text |
| 400 | F3F3 #F3F358 | Disabled statesSecondary iconsMuted text |
| 500 | F0F0 #F0F028 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2D2 #D2D20F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A7A7 #A7A70C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7777 #777708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C4C #4C4C05 | 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: #FDFDDE;
--gold-200: #FBFBC1;
--gold-300: #F7F791;
--gold-400: #F3F358;
--gold-500: #F0F028;
--gold-600: #D2D20F;
--gold-700: #A7A70C;
--gold-800: #777708;
--gold-900: #4C4C05;
--gold-950: #303003;
}