Gold
#CDC413
YellowColor Codes
All color formats for development
HEX
#CDC413RGB
rgb(205, 196, 19)HSL
hsl(57, 83%, 44%)OKLCH
oklch(0.802 0.168 106.2)CMYK
cmyk(0%, 4%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9B011
2#A49D0F
3#90890D
4#7B760B
5#67620A
6#524E08
7#3E3B06
8#292704
9#151402
Tints
Lighter variations
1#E7DD16
2#ECE22E
3#EEE648
4#F0E962
5#F3ED7C
6#F5F196
7#F8F4B1
8#FAF8CB
9#FDFBE5
Tones
Muted variations
1#C4BC1C
2#BBB326
3#B1AB2F
4#A8A238
5#9F9A42
6#95924B
7#8C8954
8#83815E
9#7A7967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F7 #F9F7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F0 #F5F094 | BordersInactive statesPlaceholder text |
| 400 | F0E8 #F0E85C | Disabled statesSecondary iconsMuted text |
| 500 | EBE2 #EBE22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC4 #CDC413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39C #A39C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756F #756F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B47 #4B4707 | 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: #FCFADE;
--gold-200: #F9F7C2;
--gold-300: #F5F094;
--gold-400: #F0E85C;
--gold-500: #EBE22D;
--gold-600: #CDC413;
--gold-700: #A39C0F;
--gold-800: #756F0B;
--gold-900: #4B4707;
--gold-950: #2F2D04;
}