Gold
#C2C21E
YellowColor Codes
All color formats for development
HEX
#C2C21ERGB
rgb(194, 194, 30)HSL
hsl(60, 73%, 44%)OKLCH
oklch(0.789 0.166 109.7)CMYK
cmyk(0%, 0%, 85%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFAF1B
2#9B9B18
3#888815
4#747412
5#61610F
6#4E4E0C
7#3A3A09
8#272706
9#131303
Tints
Lighter variations
1#DBDB22
2#E0E039
3#E4E452
4#E8E86B
5#ECEC83
6#F0F09C
7#F3F3B5
8#F7F7CE
9#FBFBE6
Tones
Muted variations
1#BABA26
2#B2B22F
3#AAAA37
4#A1A13F
5#999947
6#91914F
7#898958
8#818160
9#787868
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E7E7 #E7E765 | Disabled statesSecondary iconsMuted text |
| 500 | E0E0 #E0E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2C2 #C2C21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF2;
--gold-100: #FAFAE0;
--gold-200: #F6F6C6;
--gold-300: #EFEF9A;
--gold-400: #E7E765;
--gold-500: #E0E038;
--gold-600: #C2C21E;
--gold-700: #9A9A18;
--gold-800: #6E6E11;
--gold-900: #47470B;
--gold-950: #2C2C07;
}