Gold
#C9C618
YellowColor Codes
All color formats for development
HEX
#C9C618RGB
rgb(201, 198, 24)HSL
hsl(59, 79%, 44%)OKLCH
oklch(0.803 0.169 108.5)CMYK
cmyk(0%, 1%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B215
2#A19E13
3#8D8B10
4#79770E
5#64630C
6#504F09
7#3C3B07
8#282805
9#141402
Tints
Lighter variations
1#E2DF1B
2#E7E433
3#EAE74C
4#EDEB66
5#F0EE7F
6#F3F299
7#F6F5B2
8#F9F8CC
9#FCFCE5
Tones
Muted variations
1#C0BD20
2#B7B529
3#AEAC32
4#A5A43B
5#9D9B44
6#94924D
7#8B8A56
8#82815E
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 | F8F7 #F8F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F1 #F3F196 | BordersInactive statesPlaceholder text |
| 400 | ECEA #ECEA5F | Disabled statesSecondary iconsMuted text |
| 500 | E7E4 #E7E432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C6 #C9C618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A09D #A09D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7270 #72700D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFBDF;
--gold-200: #F8F7C4;
--gold-300: #F3F196;
--gold-400: #ECEA5F;
--gold-500: #E7E432;
--gold-600: #C9C618;
--gold-700: #A09D13;
--gold-800: #72700D;
--gold-900: #494809;
--gold-950: #2E2D05;
}