Gold
#CCC614
YellowColor Codes
All color formats for development
HEX
#CCC614RGB
rgb(204, 198, 20)HSL
hsl(58, 82%, 44%)OKLCH
oklch(0.806 0.17 107.4)CMYK
cmyk(0%, 3%, 90%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8B212
2#A39E10
3#8F8B0E
4#7B770C
5#66630A
6#524F08
7#3D3B06
8#292804
9#141402
Tints
Lighter variations
1#E6DF17
2#EAE42F
3#EDE849
4#F0EB63
5#F2EE7D
6#F5F297
7#F7F5B1
8#FAF8CB
9#FCFCE5
Tones
Muted variations
1#C3BD1D
2#BAB527
3#B1AC30
4#A7A439
5#9E9B42
6#95934B
7#8C8A55
8#83815E
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 | F9F7 #F9F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F1 #F4F194 | BordersInactive statesPlaceholder text |
| 400 | EFEA #EFEA5D | Disabled statesSecondary iconsMuted text |
| 500 | EAE4 #EAE42E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC6 #CCC614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29E #A29E10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7471 #74710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A48 #4A4807 | 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: #FEFDF1;
--gold-100: #FCFBDF;
--gold-200: #F9F7C3;
--gold-300: #F4F194;
--gold-400: #EFEA5D;
--gold-500: #EAE42E;
--gold-600: #CCC614;
--gold-700: #A29E10;
--gold-800: #74710B;
--gold-900: #4A4807;
--gold-950: #2E2D05;
}