Gold
#C8C819
YellowColor Codes
All color formats for development
HEX
#C8C819RGB
rgb(200, 200, 25)HSL
hsl(60, 78%, 44%)OKLCH
oklch(0.807 0.171 109.7)CMYK
cmyk(0%, 0%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4B416
2#A0A014
3#8C8C11
4#78780F
5#64640C
6#50500A
7#3C3C07
8#282805
9#141402
Tints
Lighter variations
1#E1E11C
2#E6E634
3#E9E94D
4#ECEC66
5#EFEF80
6#F2F299
7#F6F6B3
8#F9F9CC
9#FCFCE6
Tones
Muted variations
1#BFBF21
2#B6B62A
3#ADAD33
4#A5A53C
5#9C9C44
6#93934D
7#8A8A56
8#82825F
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 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EBEB #EBEB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6E6 #E6E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C8 #C8C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9F #9F9F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | 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: #F8F8C4;
--gold-300: #F2F297;
--gold-400: #EBEB60;
--gold-500: #E6E633;
--gold-600: #C8C819;
--gold-700: #9F9F14;
--gold-800: #71710E;
--gold-900: #494909;
--gold-950: #2D2D06;
}