Gold
#D4C00C
YellowColor Codes
All color formats for development
HEX
#D4C00CRGB
rgb(212, 192, 12)HSL
hsl(54, 89%, 44%)OKLCH
oklch(0.8 0.166 101.7)CMYK
cmyk(0%, 9%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFAD0B
2#AA9A0A
3#948609
4#7F7307
5#6A6006
6#554D05
7#403A04
8#2A2602
9#151301
Tints
Lighter variations
1#EFD90E
2#F2DE27
3#F4E242
4#F6E65D
5#F7EA78
6#F9EF93
7#FAF3AE
8#FCF7C9
9#FDFBE4
Tones
Muted variations
1#CAB816
2#C0B020
3#B6A82A
4#ACA034
5#A2983E
6#989048
7#8E8852
8#84805C
9#7A7866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EE #F9EE90 | BordersInactive statesPlaceholder text |
| 400 | F5E5 #F5E556 | Disabled statesSecondary iconsMuted text |
| 500 | F2DE #F2DE26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C0 #D4C00C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A999 #A9990A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4604 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FDFADD;
--gold-200: #FBF5C0;
--gold-300: #F9EE90;
--gold-400: #F5E556;
--gold-500: #F2DE26;
--gold-600: #D4C00C;
--gold-700: #A9990A;
--gold-800: #786D07;
--gold-900: #4D4604;
--gold-950: #302C03;
}