Gold
#D5C10B
YellowColor Codes
All color formats for development
HEX
#D5C10BRGB
rgb(213, 193, 11)HSL
hsl(54, 90%, 44%)OKLCH
oklch(0.803 0.166 101.8)CMYK
cmyk(0%, 9%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0AE0A
2#AB9A09
3#958708
4#807407
5#6B6006
6#554D04
7#403A03
8#2B2702
9#151301
Tints
Lighter variations
1#F0DA0D
2#F4DF26
3#F5E341
4#F6E75C
5#F8EB77
6#F9EF92
7#FBF3AE
8#FCF7C9
9#FEFBE4
Tones
Muted variations
1#CBB915
2#C1B11F
3#B7A92A
4#ADA134
5#A3993E
6#999148
7#8E8852
8#84805C
9#7A7866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF6 #FCF6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EF #F9EF90 | BordersInactive statesPlaceholder text |
| 400 | F6E6 #F6E655 | Disabled statesSecondary iconsMuted text |
| 500 | F4DF #F4DF25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C1 #D5C10B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9A #AA9A09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 796E #796E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E46 #4E4604 | 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: #FEFDF0;
--gold-100: #FDFADD;
--gold-200: #FCF6C0;
--gold-300: #F9EF90;
--gold-400: #F6E655;
--gold-500: #F4DF25;
--gold-600: #D5C10B;
--gold-700: #AA9A09;
--gold-800: #796E06;
--gold-900: #4E4604;
--gold-950: #302C03;
}