Gold
#F9C61F
YellowColor Codes
All color formats for development
HEX
#F9C61FRGB
rgb(249, 198, 31)HSL
hsl(46, 95%, 55%)OKLCH
oklch(0.848 0.168 89.1)CMYK
cmyk(0%, 20%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6BE06
2#DBA906
3#BF9405
4#A47F04
5#896A04
6#6D5503
7#523F02
8#372A01
9#1B1501
Tints
Lighter variations
1#FACC36
2#FAD24C
3#FBD762
4#FCDD79
5#FCE38F
6#FDE8A5
7#FDEEBC
8#FEF4D2
9#FEF9E9
Tones
Muted variations
1#EEC12A
2#E3BB35
3#D9B540
4#CEAF4B
5#C3A956
6#B8A461
7#AD9E6C
8#A29876
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 | FDEF #FDEFBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE2 #FCE28D | BordersInactive statesPlaceholder text |
| 400 | FBD3 #FBD351 | Disabled statesSecondary iconsMuted text |
| 500 | F9C6 #F9C61F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBA9 #DBA906 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE86 #AE8604 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C60 #7C6003 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503D #503D02 | 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: #FDEFBE;
--gold-300: #FCE28D;
--gold-400: #FBD351;
--gold-500: #F9C61F;
--gold-600: #DBA906;
--gold-700: #AE8604;
--gold-800: #7C6003;
--gold-900: #503D02;
--gold-950: #322601;
}