Gold
#C7C71A
YellowColor Codes
All color formats for development
HEX
#C7C71ARGB
rgb(199, 199, 26)HSL
hsl(60, 77%, 44%)OKLCH
oklch(0.804 0.17 109.7)CMYK
cmyk(0%, 0%, 87%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3B317
2#9F9F15
3#8B8B12
4#77770F
5#63630D
6#4F4F0A
7#3C3C08
8#282805
9#141403
Tints
Lighter variations
1#E0E01D
2#E5E535
3#E8E84E
4#EBEB67
5#EFEF81
6#F2F29A
7#F5F5B3
8#F8F8CC
9#FCFCE6
Tones
Muted variations
1#BEBE22
2#B5B52B
3#ADAD34
4#A4A43C
5#9B9B45
6#93934E
7#8A8A56
8#81815F
9#797968
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 | F7F7 #F7F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5E5 #E5E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C7 #C7C71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E9E #9E9E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #484809 | 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: #F7F7C4;
--gold-300: #F2F297;
--gold-400: #EAEA61;
--gold-500: #E5E534;
--gold-600: #C7C71A;
--gold-700: #9E9E15;
--gold-800: #71710F;
--gold-900: #484809;
--gold-950: #2D2D06;
}