Gold
#CAC716
YellowColor Codes
All color formats for development
HEX
#CAC716RGB
rgb(202, 199, 22)HSL
hsl(59, 80%, 44%)OKLCH
oklch(0.806 0.171 108.6)CMYK
cmyk(0%, 1%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6B314
2#A29F12
3#8D8B10
4#79770D
5#65630B
6#515009
7#3D3C07
8#282804
9#141402
Tints
Lighter variations
1#E4E019
2#E8E531
3#EBE84B
4#EEEC65
5#F1EF7E
6#F4F298
7#F6F5B2
8#F9F9CC
9#FCFCE5
Tones
Muted variations
1#C1BE1F
2#B8B628
3#AFAD31
4#A6A43A
5#9D9C43
6#94934C
7#8B8A55
8#82825E
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 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F2 #F3F295 | BordersInactive statesPlaceholder text |
| 400 | EDEB #EDEB5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E5 #E8E530 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC7 #CAC716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19E #A19E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7371 #73710D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFBDF;
--gold-200: #F8F7C3;
--gold-300: #F3F295;
--gold-400: #EDEB5E;
--gold-500: #E8E530;
--gold-600: #CAC716;
--gold-700: #A19E12;
--gold-800: #73710D;
--gold-900: #494808;
--gold-950: #2E2D05;
}