Gold
#DBC906
YellowColor Codes
All color formats for development
HEX
#DBC906RGB
rgb(219, 201, 6)HSL
hsl(55, 95%, 44%)OKLCH
oklch(0.825 0.173 102.9)CMYK
cmyk(0%, 8%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5B505
2#AFA104
3#998D04
4#837903
5#6D6503
6#585002
7#423C02
8#2C2801
9#161401
Tints
Lighter variations
1#F7E306
2#F9E720
3#FAEA3C
4#FBED58
5#FBF074
6#FCF390
7#FDF6AB
8#FEF9C7
9#FEFCE3
Tones
Muted variations
1#D0C010
2#C5B71B
3#BBAE26
4#B0A530
5#A59D3B
6#9B9446
7#908B50
8#86825B
9#7B7966
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCF3 #FCF38D | BordersInactive statesPlaceholder text |
| 400 | FBEC #FBEC51 | Disabled statesSecondary iconsMuted text |
| 500 | F9E7 #F9E71F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBC9 #DBC906 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEA0 #AEA004 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C72 #7C7203 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5049 #504902 | Primary textHigh emphasis contentDark headings |
| 950 | 322E #322E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFBDC;
--gold-200: #FDF8BE;
--gold-300: #FCF38D;
--gold-400: #FBEC51;
--gold-500: #F9E71F;
--gold-600: #DBC906;
--gold-700: #AEA004;
--gold-800: #7C7203;
--gold-900: #504902;
--gold-950: #322E01;
}