Gold
#CACA16
YellowColor Codes
All color formats for development
HEX
#CACA16RGB
rgb(202, 202, 22)HSL
hsl(60, 80%, 44%)OKLCH
oklch(0.813 0.173 109.7)CMYK
cmyk(0%, 0%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6B614
2#A2A212
3#8D8D10
4#79790D
5#65650B
6#515109
7#3D3D07
8#282804
9#141402
Tints
Lighter variations
1#E4E419
2#E8E831
3#EBEB4B
4#EEEE65
5#F1F17E
6#F4F498
7#F6F6B2
8#F9F9CC
9#FCFCE5
Tones
Muted variations
1#C1C11F
2#B8B828
3#AFAF31
4#A6A63A
5#9D9D43
6#94944C
7#8B8B55
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 | F8F8 #F8F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F395 | BordersInactive statesPlaceholder text |
| 400 | EDED #EDED5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E8 #E8E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CACA #CACA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A1A1 #A1A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFBDF;
--gold-200: #F8F8C3;
--gold-300: #F3F395;
--gold-400: #EDED5E;
--gold-500: #E8E830;
--gold-600: #CACA16;
--gold-700: #A1A112;
--gold-800: #73730D;
--gold-900: #494908;
--gold-950: #2E2E05;
}