Gold
#FAC31E
YellowColor Codes
All color formats for development
HEX
#FAC31ERGB
rgb(250, 195, 30)HSL
hsl(45, 96%, 55%)OKLCH
oklch(0.843 0.167 87.2)CMYK
cmyk(0%, 22%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7BB05
2#DCA604
3#C09104
4#A57D03
5#896803
6#6E5302
7#523E02
8#372A01
9#1B1501
Tints
Lighter variations
1#FBC935
2#FBCF4B
3#FCD562
4#FCDB78
5#FDE18F
6#FDE7A5
7#FEEDBC
8#FEF3D2
9#FFF9E9
Tones
Muted variations
1#EFBE29
2#E4B834
3#D9B33F
4#CEAD4A
5#C3A855
6#B8A260
7#AD9D6B
8#A29776
9#979281
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEE #FEEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE1 #FDE18C | BordersInactive statesPlaceholder text |
| 400 | FBD1 #FBD150 | Disabled statesSecondary iconsMuted text |
| 500 | FAC3 #FAC31E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCA6 #DCA604 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF84 #AF8404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D5E #7D5E03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503C #503C02 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFBF0;
--gold-100: #FEF6DC;
--gold-200: #FEEEBE;
--gold-300: #FDE18C;
--gold-400: #FBD150;
--gold-500: #FAC31E;
--gold-600: #DCA604;
--gold-700: #AF8404;
--gold-800: #7D5E03;
--gold-900: #503C02;
--gold-950: #322601;
}