Gold
#C8C219
YellowColor Codes
All color formats for development
HEX
#C8C219RGB
rgb(200, 194, 25)HSL
hsl(58, 78%, 44%)OKLCH
oklch(0.794 0.166 107.3)CMYK
cmyk(0%, 3%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4AE16
2#A09B14
3#8C8811
4#78740F
5#64610C
6#504E0A
7#3C3A07
8#282705
9#141302
Tints
Lighter variations
1#E1DB1C
2#E6E034
3#E9E44D
4#ECE866
5#EFEC80
6#F2EF99
7#F6F3B3
8#F9F7CC
9#FCFBE6
Tones
Muted variations
1#BFBA21
2#B6B22A
3#ADA933
4#A5A13C
5#9C9944
6#93914D
7#8A8956
8#82815F
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 | F8F6 #F8F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EF #F2EF97 | BordersInactive statesPlaceholder text |
| 400 | EBE7 #EBE760 | Disabled statesSecondary iconsMuted text |
| 500 | E6E0 #E6E033 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C2 #C8C219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9A #9F9A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F8F6C4;
--gold-300: #F2EF97;
--gold-400: #EBE760;
--gold-500: #E6E033;
--gold-600: #C8C219;
--gold-700: #9F9A14;
--gold-800: #716E0E;
--gold-900: #494709;
--gold-950: #2D2C06;
}