Gold
#F9DC1F
YellowColor Codes
All color formats for development
HEX
#F9DC1FRGB
rgb(249, 220, 31)HSL
hsl(52, 95%, 55%)OKLCH
oklch(0.892 0.18 99.2)CMYK
cmyk(0%, 12%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6D606
2#DBBE06
3#BFA705
4#A48F04
5#897704
6#6D5F03
7#524702
8#373001
9#1B1801
Tints
Lighter variations
1#FAE036
2#FAE34C
3#FBE762
4#FCEA79
5#FCEE8F
6#FDF1A5
7#FDF5BC
8#FEF8D2
9#FEFCE9
Tones
Muted variations
1#EED42A
2#E3CC35
3#D9C440
4#CEBC4B
5#C3B456
6#B8AC61
7#ADA46C
8#A29C76
9#979481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF5 #FDF5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCED #FCED8D | BordersInactive statesPlaceholder text |
| 400 | FBE4 #FBE451 | Disabled statesSecondary iconsMuted text |
| 500 | F9DC #F9DC1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBBE #DBBE06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE97 #AE9704 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6C #7C6C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5045 #504502 | Primary textHigh emphasis contentDark headings |
| 950 | 322B #322B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFADC;
--gold-200: #FDF5BE;
--gold-300: #FCED8D;
--gold-400: #FBE451;
--gold-500: #F9DC1F;
--gold-600: #DBBE06;
--gold-700: #AE9704;
--gold-800: #7C6C03;
--gold-900: #504502;
--gold-950: #322B01;
}