Gold
#D0CC11
YellowColor Codes
All color formats for development
HEX
#D0CC11RGB
rgb(208, 204, 17)HSL
hsl(59, 85%, 44%)OKLCH
oklch(0.822 0.175 108.3)CMYK
cmyk(0%, 2%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BBB80F
2#A6A40D
3#918F0C
4#7D7B0A
5#686608
6#535207
7#3E3D05
8#2A2903
9#151402
Tints
Lighter variations
1#EAE613
2#EEEB2C
3#F0ED46
4#F2F060
5#F4F27B
6#F6F595
7#F9F7B0
8#FBFACA
9#FDFCE5
Tones
Muted variations
1#C6C31A
2#BCBA24
3#B3B12D
4#A9A837
5#A09E41
6#96954A
7#8D8C54
8#83835D
9#7A7967
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 | FAF9 #FAF9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F5 #F6F592 | BordersInactive statesPlaceholder text |
| 400 | F2EF #F2EF5A | Disabled statesSecondary iconsMuted text |
| 500 | EEEB #EEEB2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0CC #D0CC11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A5A3 #A5A30D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7674 #76740A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFEF1;
--gold-100: #FCFCDE;
--gold-200: #FAF9C2;
--gold-300: #F6F592;
--gold-400: #F2EF5A;
--gold-500: #EEEB2B;
--gold-600: #D0CC11;
--gold-700: #A5A30D;
--gold-800: #76740A;
--gold-900: #4B4A06;
--gold-950: #2F2E04;
}