Gold
#C9C918
YellowColor Codes
All color formats for development
HEX
#C9C918RGB
rgb(201, 201, 24)HSL
hsl(60, 79%, 44%)OKLCH
oklch(0.81 0.172 109.7)CMYK
cmyk(0%, 0%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B515
2#A1A113
3#8D8D10
4#79790E
5#64640C
6#505009
7#3C3C07
8#282805
9#141402
Tints
Lighter variations
1#E2E21B
2#E7E733
3#EAEA4C
4#EDED66
5#F0F07F
6#F3F399
7#F6F6B2
8#F9F9CC
9#FCFCE5
Tones
Muted variations
1#C0C020
2#B7B729
3#AEAE32
4#A5A53B
5#9D9D44
6#94944D
7#8B8B56
8#82825E
9#797967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F8 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F396 | BordersInactive statesPlaceholder text |
| 400 | ECEC #ECEC5F | Disabled statesSecondary iconsMuted text |
| 500 | E7E7 #E7E732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C9 #C9C918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A0A0 #A0A013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7272 #72720D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFBDF;
--gold-200: #F8F8C4;
--gold-300: #F3F396;
--gold-400: #ECEC5F;
--gold-500: #E7E732;
--gold-600: #C9C918;
--gold-700: #A0A013;
--gold-800: #72720D;
--gold-900: #494909;
--gold-950: #2E2E05;
}