Gold
#CCC914
YellowColor Codes
All color formats for development
HEX
#CCC914RGB
rgb(204, 201, 20)HSL
hsl(59, 82%, 44%)OKLCH
oklch(0.812 0.173 108.6)CMYK
cmyk(0%, 1%, 90%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8B512
2#A3A110
3#8F8D0E
4#7B790C
5#66650A
6#525008
7#3D3C06
8#292804
9#141402
Tints
Lighter variations
1#E6E317
2#EAE72F
3#EDEA49
4#F0ED63
5#F2F07D
6#F5F397
7#F7F6B1
8#FAF9CB
9#FCFCE5
Tones
Muted variations
1#C3C01D
2#BAB727
3#B1AE30
4#A7A639
5#9E9D42
6#95944B
7#8C8B55
8#83825E
9#797967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F3 #F4F394 | BordersInactive statesPlaceholder text |
| 400 | EFEC #EFEC5D | Disabled statesSecondary iconsMuted text |
| 500 | EAE7 #EAE72E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC9 #CCC914 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A0 #A2A010 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7472 #74720B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A49 #4A4907 | 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: #FEFDF1;
--gold-100: #FCFBDF;
--gold-200: #F9F8C3;
--gold-300: #F4F394;
--gold-400: #EFEC5D;
--gold-500: #EAE72E;
--gold-600: #CCC914;
--gold-700: #A2A010;
--gold-800: #74720B;
--gold-900: #4A4907;
--gold-950: #2E2E05;
}