Gold
#D1C110
YellowColor Codes
All color formats for development
HEX
#D1C110RGB
rgb(209, 193, 16)HSL
hsl(55, 86%, 44%)OKLCH
oklch(0.799 0.166 103.4)CMYK
cmyk(0%, 8%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCAD0E
2#A79A0D
3#92870B
4#7D7409
5#686008
6#534D06
7#3F3A05
8#2A2703
9#151302
Tints
Lighter variations
1#EBD912
2#EFDF2B
3#F1E345
4#F3E760
5#F5EB7A
6#F7EF95
7#F9F3AF
8#FBF7CA
9#FDFBE4
Tones
Muted variations
1#C7B919
2#BDB123
3#B4A82D
4#AAA036
5#A09840
6#97904A
7#8D8853
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 | FDFA #FDFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF6 #FAF6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7EE #F7EE92 | BordersInactive statesPlaceholder text |
| 400 | F3E6 #F3E659 | Disabled statesSecondary iconsMuted text |
| 500 | EFDE #EFDE2A | Primary brand colorCTAsActive elementsLinks |
| 600 | D1C1 #D1C110 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A699 #A6990C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 776D #776D09 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C46 #4C4606 | 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: #FDFADE;
--gold-200: #FAF6C1;
--gold-300: #F7EE92;
--gold-400: #F3E659;
--gold-500: #EFDE2A;
--gold-600: #D1C110;
--gold-700: #A6990C;
--gold-800: #776D09;
--gold-900: #4C4606;
--gold-950: #2F2C04;
}