Gold
#F9BF1F
OrangeColor Codes
All color formats for development
HEX
#F9BF1FRGB
rgb(249, 191, 31)HSL
hsl(44, 95%, 55%)OKLCH
oklch(0.835 0.165 85.5)CMYK
cmyk(0%, 23%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B606
2#DBA206
3#BF8E05
4#A47904
5#896504
6#6D5103
7#523D02
8#372801
9#1B1401
Tints
Lighter variations
1#FAC636
2#FACC4C
3#FBD262
4#FCD979
5#FCDF8F
6#FDE5A5
7#FDECBC
8#FEF2D2
9#FEF9E9
Tones
Muted variations
1#EEBA2A
2#E3B535
3#D9B040
4#CEAB4B
5#C3A656
6#B8A161
7#AD9C6C
8#A29676
9#979181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDED #FDEDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCDE #FCDE8D | BordersInactive statesPlaceholder text |
| 400 | FBCD #FBCD51 | Disabled statesSecondary iconsMuted text |
| 500 | F9BF #F9BF1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBA2 #DBA206 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE81 #AE8104 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5C #7C5C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503B #503B02 | Primary textHigh emphasis contentDark headings |
| 950 | 3225 #322501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFBF0;
--gold-100: #FEF5DC;
--gold-200: #FDEDBE;
--gold-300: #FCDE8D;
--gold-400: #FBCD51;
--gold-500: #F9BF1F;
--gold-600: #DBA206;
--gold-700: #AE8104;
--gold-800: #7C5C03;
--gold-900: #503B02;
--gold-950: #322501;
}