Gold
#CDCA13
YellowColor Codes
All color formats for development
HEX
#CDCA13RGB
rgb(205, 202, 19)HSL
hsl(59, 83%, 44%)OKLCH
oklch(0.815 0.173 108.6)CMYK
cmyk(0%, 1%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9B611
2#A4A20F
3#908E0D
4#7B790B
5#67650A
6#525108
7#3E3D06
8#292804
9#151402
Tints
Lighter variations
1#E7E416
2#ECE82E
3#EEEB48
4#F0EE62
5#F3F17C
6#F5F496
7#F8F7B1
8#FAF9CB
9#FDFCE5
Tones
Muted variations
1#C4C11C
2#BBB826
3#B1AF2F
4#A8A638
5#9F9D42
6#95944B
7#8C8B54
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 | F5F3 #F5F394 | BordersInactive statesPlaceholder text |
| 400 | F0ED #F0ED5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE8 #EBE82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDCA #CDCA13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A3A1 #A3A10F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7573 #75730B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | 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: #F5F394;
--gold-400: #F0ED5C;
--gold-500: #EBE82D;
--gold-600: #CDCA13;
--gold-700: #A3A10F;
--gold-800: #75730B;
--gold-900: #4B4A07;
--gold-950: #2F2E04;
}