Gold
#CDC713
YellowColor Codes
All color formats for development
HEX
#CDC713RGB
rgb(205, 199, 19)HSL
hsl(58, 83%, 44%)OKLCH
oklch(0.809 0.171 107.4)CMYK
cmyk(0%, 3%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9B311
2#A49F0F
3#908B0D
4#7B770B
5#67640A
6#525008
7#3E3C06
8#292804
9#151402
Tints
Lighter variations
1#E7E016
2#ECE52E
3#EEE848
4#F0EC62
5#F3EF7C
6#F5F296
7#F8F5B1
8#FAF9CB
9#FDFCE5
Tones
Muted variations
1#C4BE1C
2#BBB626
3#B1AD2F
4#A8A438
5#9F9C42
6#95934B
7#8C8A54
8#83825E
9#7A7967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F2 #F5F294 | BordersInactive statesPlaceholder text |
| 400 | F0EB #F0EB5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE5 #EBE52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC7 #CDC713 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39E #A39E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7571 #75710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDE;
--gold-200: #F9F8C2;
--gold-300: #F5F294;
--gold-400: #F0EB5C;
--gold-500: #EBE52D;
--gold-600: #CDC713;
--gold-700: #A39E0F;
--gold-800: #75710B;
--gold-900: #4B4807;
--gold-950: #2F2D04;
}