Gold
#C9C018
YellowColor Codes
All color formats for development
HEX
#C9C018RGB
rgb(201, 192, 24)HSL
hsl(57, 79%, 44%)OKLCH
oklch(0.79 0.164 106.1)CMYK
cmyk(0%, 4%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5AD15
2#A19A13
3#8D8610
4#79730E
5#64600C
6#504D09
7#3C3A07
8#282605
9#141302
Tints
Lighter variations
1#E2D81B
2#E7DE33
3#EAE24C
4#EDE666
5#F0EA7F
6#F3EE99
7#F6F3B2
8#F9F7CC
9#FCFBE5
Tones
Muted variations
1#C0B820
2#B7B029
3#AEA832
4#A5A03B
5#9D9844
6#94904D
7#8B8856
8#82805E
9#797867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F5 #F8F5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EE #F3EE96 | BordersInactive statesPlaceholder text |
| 400 | ECE5 #ECE55F | Disabled statesSecondary iconsMuted text |
| 500 | E7DE #E7DE32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C0 #C9C018 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A099 #A09913 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726D #726D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4946 #494609 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F8F5C4;
--gold-300: #F3EE96;
--gold-400: #ECE55F;
--gold-500: #E7DE32;
--gold-600: #C9C018;
--gold-700: #A09913;
--gold-800: #726D0D;
--gold-900: #494609;
--gold-950: #2E2C05;
}