Gold
#DBDB06
YellowColor Codes
All color formats for development
HEX
#DBDB06RGB
rgb(219, 219, 6)HSL
hsl(60, 95%, 44%)OKLCH
oklch(0.863 0.187 109.8)CMYK
cmyk(0%, 0%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5C505
2#AFAF04
3#999904
4#838303
5#6D6D03
6#585802
7#424202
8#2C2C01
9#161601
Tints
Lighter variations
1#F7F706
2#F9F920
3#FAFA3C
4#FBFB58
5#FBFB74
6#FCFC90
7#FDFDAB
8#FEFEC7
9#FEFEE3
Tones
Muted variations
1#D0D010
2#C5C51B
3#BBBB26
4#B0B030
5#A5A53B
6#9B9B46
7#909050
8#86865B
9#7B7B66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDFD #FDFDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCFC #FCFC8D | BordersInactive statesPlaceholder text |
| 400 | FBFB #FBFB51 | Disabled statesSecondary iconsMuted text |
| 500 | F9F9 #F9F91F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBDB #DBDB06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEAE #AEAE04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C7C #7C7C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5050 #505002 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFFF0;
--gold-100: #FEFEDC;
--gold-200: #FDFDBE;
--gold-300: #FCFC8D;
--gold-400: #FBFB51;
--gold-500: #F9F91F;
--gold-600: #DBDB06;
--gold-700: #AEAE04;
--gold-800: #7C7C03;
--gold-900: #505002;
--gold-950: #323201;
}