Gold
#D0D011
YellowColor Codes
All color formats for development
HEX
#D0D011RGB
rgb(208, 208, 17)HSL
hsl(60, 85%, 44%)OKLCH
oklch(0.83 0.179 109.7)CMYK
cmyk(0%, 0%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BBBB0F
2#A6A60D
3#91910C
4#7D7D0A
5#686808
6#535307
7#3E3E05
8#2A2A03
9#151502
Tints
Lighter variations
1#EAEA13
2#EEEE2C
3#F0F046
4#F2F260
5#F4F47B
6#F6F695
7#F9F9B0
8#FBFBCA
9#FDFDE5
Tones
Muted variations
1#C6C61A
2#BCBC24
3#B3B32D
4#A9A937
5#A0A041
6#96964A
7#8D8D54
8#83835D
9#7A7A67
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAFA #FAFAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F6 #F6F692 | BordersInactive statesPlaceholder text |
| 400 | F2F2 #F2F25A | Disabled statesSecondary iconsMuted text |
| 500 | EEEE #EEEE2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0D0 #D0D011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A5A5 #A5A50D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7676 #76760A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4B #4B4B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2F #2F2F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFEF1;
--gold-100: #FCFCDE;
--gold-200: #FAFAC2;
--gold-300: #F6F692;
--gold-400: #F2F25A;
--gold-500: #EEEE2B;
--gold-600: #D0D011;
--gold-700: #A5A50D;
--gold-800: #76760A;
--gold-900: #4B4B06;
--gold-950: #2F2F04;
}