Gold
#DBC506
YellowColor Codes
All color formats for development
HEX
#DBC506RGB
rgb(219, 197, 6)HSL
hsl(54, 95%, 44%)OKLCH
oklch(0.817 0.17 101.2)CMYK
cmyk(0%, 10%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5B205
2#AF9E04
3#998A04
4#837603
5#6D6303
6#584F02
7#423B02
8#2C2701
9#161401
Tints
Lighter variations
1#F7DF06
2#F9E420
3#FAE73C
4#FBEA58
5#FBEE74
6#FCF190
7#FDF5AB
8#FEF8C7
9#FEFCE3
Tones
Muted variations
1#D0BD10
2#C5B41B
3#BBAC26
4#B0A330
5#A59B3B
6#9B9246
7#908A50
8#86815B
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 | FDF7 #FDF7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCF1 #FCF18D | BordersInactive statesPlaceholder text |
| 400 | FBEA #FBEA51 | Disabled statesSecondary iconsMuted text |
| 500 | F9E3 #F9E31F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBC5 #DBC506 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE9D #AE9D04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C70 #7C7003 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5048 #504802 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFBDC;
--gold-200: #FDF7BE;
--gold-300: #FCF18D;
--gold-400: #FBEA51;
--gold-500: #F9E31F;
--gold-600: #DBC506;
--gold-700: #AE9D04;
--gold-800: #7C7003;
--gold-900: #504802;
--gold-950: #322D01;
}