Gold
#DFD13A
YellowColor Codes
All color formats for development
HEX
#DFD13ARGB
rgb(223, 209, 58)HSL
hsl(55, 72%, 55%)OKLCH
oklch(0.847 0.162 103.9)CMYK
cmyk(0%, 6%, 74%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D9CA23
2#C1B41F
3#A99D1B
4#918718
5#797014
6#605A10
7#48430C
8#302D08
9#181604
Tints
Lighter variations
1#E2D64D
2#E5DA61
3#E9DF75
4#ECE389
5#EFE89C
6#F2EDB0
7#F5F1C4
8#F9F6D8
9#FCFAEB
Tones
Muted variations
1#D7CA42
2#CEC34A
3#C6BC52
4#BEB65B
5#B6AF63
6#ADA86B
7#A5A173
8#9D9A7C
9#959384
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E6DB #E6DB65 | Disabled statesSecondary iconsMuted text |
| 500 | DFD1 #DFD13A | Primary brand colorCTAsActive elementsLinks |
| 600 | C1B4 #C1B41F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A8F #9A8F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E66 #6E6612 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4641 #46410B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF2;
--gold-100: #FAF8E0;
--gold-200: #F6F2C6;
--gold-300: #EFE89A;
--gold-400: #E6DB65;
--gold-500: #DFD13A;
--gold-600: #C1B41F;
--gold-700: #9A8F19;
--gold-800: #6E6612;
--gold-900: #46410B;
--gold-950: #2C2907;
}