Gold
#CAC416
YellowColor Codes
All color formats for development
HEX
#CAC416RGB
rgb(202, 196, 22)HSL
hsl(58, 80%, 44%)OKLCH
oklch(0.8 0.168 107.4)CMYK
cmyk(0%, 3%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6B014
2#A29D12
3#8D8910
4#79760D
5#65620B
6#514E09
7#3D3B07
8#282704
9#141402
Tints
Lighter variations
1#E4DD19
2#E8E231
3#EBE64B
4#EEE965
5#F1ED7E
6#F4F198
7#F6F4B2
8#F9F8CC
9#FCFBE5
Tones
Muted variations
1#C1BC1F
2#B8B328
3#AFAB31
4#A6A23A
5#9D9A43
6#94924C
7#8B8955
8#82815E
9#797967
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 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F0 #F3F095 | BordersInactive statesPlaceholder text |
| 400 | EDE8 #EDE85E | Disabled statesSecondary iconsMuted text |
| 500 | E8E2 #E8E230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC4 #CAC416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19C #A19C12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736F #736F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494708 | 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: #FBFADF;
--gold-200: #F8F7C3;
--gold-300: #F3F095;
--gold-400: #EDE85E;
--gold-500: #E8E230;
--gold-600: #CAC416;
--gold-700: #A19C12;
--gold-800: #736F0D;
--gold-900: #494708;
--gold-950: #2E2D05;
}