Gold
#C7C11A
YellowColor Codes
All color formats for development
HEX
#C7C11ARGB
rgb(199, 193, 26)HSL
hsl(58, 77%, 44%)OKLCH
oklch(0.791 0.165 107.3)CMYK
cmyk(0%, 3%, 87%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3AE17
2#9F9A15
3#8B8712
4#77740F
5#63600D
6#4F4D0A
7#3C3A08
8#282705
9#141303
Tints
Lighter variations
1#E0D91D
2#E5DF35
3#E8E34E
4#EBE767
5#EFEB81
6#F2EF9A
7#F5F3B3
8#F8F7CC
9#FCFBE6
Tones
Muted variations
1#BEB922
2#B5B12B
3#ADA934
4#A4A13C
5#9B9945
6#93904E
7#8A8856
8#81805F
9#797868
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 | F7F6 #F7F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EE #F2EE97 | BordersInactive statesPlaceholder text |
| 400 | EAE6 #EAE661 | Disabled statesSecondary iconsMuted text |
| 500 | E5DF #E5DF34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C1 #C7C11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E99 #9E9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #484609 | 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: #F7F6C4;
--gold-300: #F2EE97;
--gold-400: #EAE661;
--gold-500: #E5DF34;
--gold-600: #C7C11A;
--gold-700: #9E9915;
--gold-800: #716E0F;
--gold-900: #484609;
--gold-950: #2D2C06;
}