Gold
#D5C80B
YellowColor Codes
All color formats for development
HEX
#D5C80BRGB
rgb(213, 200, 11)HSL
hsl(56, 90%, 44%)OKLCH
oklch(0.818 0.172 104.8)CMYK
cmyk(0%, 6%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0B40A
2#ABA009
3#958C08
4#807807
5#6B6406
6#555004
7#403C03
8#2B2802
9#151401
Tints
Lighter variations
1#F0E10D
2#F4E626
3#F5E941
4#F6EC5C
5#F8EF77
6#F9F292
7#FBF6AE
8#FCF9C9
9#FEFCE4
Tones
Muted variations
1#CBBF15
2#C1B61F
3#B7AD2A
4#ADA534
5#A39C3E
6#999348
7#8E8A52
8#84825C
9#7A7966
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF8 #FCF8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F2 #F9F290 | BordersInactive statesPlaceholder text |
| 400 | F6EB #F6EB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4E6 #F4E625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C8 #D5C80B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9F #AA9F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7971 #797106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4904 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FDFBDD;
--gold-200: #FCF8C0;
--gold-300: #F9F290;
--gold-400: #F6EB55;
--gold-500: #F4E625;
--gold-600: #D5C80B;
--gold-700: #AA9F09;
--gold-800: #797106;
--gold-900: #4E4904;
--gold-950: #302D03;
}