Gold
#C8C519
YellowColor Codes
All color formats for development
HEX
#C8C519RGB
rgb(200, 197, 25)HSL
hsl(59, 78%, 44%)OKLCH
oklch(0.8 0.169 108.5)CMYK
cmyk(0%, 1%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4B116
2#A09D14
3#8C8A11
4#78760F
5#64620C
6#504F0A
7#3C3B07
8#282705
9#141402
Tints
Lighter variations
1#E1DE1C
2#E6E334
3#E9E64D
4#ECEA66
5#EFED80
6#F2F199
7#F6F4B3
8#F9F8CC
9#FCFBE6
Tones
Muted variations
1#BFBC21
2#B6B42A
3#ADAB33
4#A5A33C
5#9C9A44
6#93924D
7#8A8A56
8#82815F
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 | F2F1 #F2F197 | BordersInactive statesPlaceholder text |
| 400 | EBE9 #EBE960 | Disabled statesSecondary iconsMuted text |
| 500 | E6E3 #E6E333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C5 #C8C519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9D #9F9D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7170 #71700E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | 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: #F2F197;
--gold-400: #EBE960;
--gold-500: #E6E333;
--gold-600: #C8C519;
--gold-700: #9F9D14;
--gold-800: #71700E;
--gold-900: #494809;
--gold-950: #2D2D06;
}