Gold
#D5C40B
YellowColor Codes
All color formats for development
HEX
#D5C40BRGB
rgb(213, 196, 11)HSL
hsl(55, 90%, 44%)OKLCH
oklch(0.809 0.169 103.1)CMYK
cmyk(0%, 8%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0B10A
2#AB9D09
3#958908
4#807607
5#6B6206
6#554F04
7#403B03
8#2B2702
9#151401
Tints
Lighter variations
1#F0DD0D
2#F4E226
3#F5E641
4#F6EA5C
5#F8ED77
6#F9F192
7#FBF4AE
8#FCF8C9
9#FEFBE4
Tones
Muted variations
1#CBBC15
2#C1B41F
3#B7AB2A
4#ADA334
5#A39A3E
6#999248
7#8E8952
8#84815C
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 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F0 #F9F090 | BordersInactive statesPlaceholder text |
| 400 | F6E9 #F6E955 | Disabled statesSecondary iconsMuted text |
| 500 | F4E2 #F4E225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C4 #D5C40B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9C #AA9C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7970 #797006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4704 | 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: #FCF7C0;
--gold-300: #F9F090;
--gold-400: #F6E955;
--gold-500: #F4E225;
--gold-600: #D5C40B;
--gold-700: #AA9C09;
--gold-800: #797006;
--gold-900: #4E4704;
--gold-950: #302D03;
}