Gold
#D0C011
YellowColor Codes
All color formats for development
HEX
#D0C011RGB
rgb(208, 192, 17)HSL
hsl(55, 85%, 44%)OKLCH
oklch(0.796 0.165 103.3)CMYK
cmyk(0%, 8%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BBAD0F
2#A6990D
3#91860C
4#7D730A
5#686008
6#534D07
7#3E3A05
8#2A2603
9#151302
Tints
Lighter variations
1#EAD813
2#EEDE2C
3#F0E246
4#F2E660
5#F4EA7B
6#F6EE95
7#F9F3B0
8#FBF7CA
9#FDFBE5
Tones
Muted variations
1#C6B81A
2#BCB024
3#B3A82D
4#A9A037
5#A09841
6#96904A
7#8D8854
8#83805D
9#7A7867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF5 #FAF5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EE #F6EE92 | BordersInactive statesPlaceholder text |
| 400 | F2E5 #F2E55A | Disabled statesSecondary iconsMuted text |
| 500 | EEDE #EEDE2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C0 #D0C011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A598 #A5980D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 766D #766D0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B46 #4B4606 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2C #2F2C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFADE;
--gold-200: #FAF5C2;
--gold-300: #F6EE92;
--gold-400: #F2E55A;
--gold-500: #EEDE2B;
--gold-600: #D0C011;
--gold-700: #A5980D;
--gold-800: #766D0A;
--gold-900: #4B4606;
--gold-950: #2F2C04;
}