Gold
#F1D327
YellowColor Codes
All color formats for development
HEX
#F1D327RGB
rgb(241, 211, 39)HSL
hsl(51, 88%, 55%)OKLCH
oklch(0.866 0.171 98.2)CMYK
cmyk(0%, 12%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDCC0F
2#D3B50D
3#B99F0C
4#9E880A
5#847108
6#695B07
7#4F4405
8#352D03
9#1A1702
Tints
Lighter variations
1#F3D73D
2#F4DC52
3#F5E068
4#F7E57E
5#F8E993
6#F9EDA9
7#FBF2BE
8#FCF6D4
9#FEFBE9
Tones
Muted variations
1#E7CC31
2#DDC53B
3#D3BE46
4#C9B750
5#BFB05A
6#B5A964
7#ABA16E
8#A09A78
9#969382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E8 #F8E891 | BordersInactive statesPlaceholder text |
| 400 | F4DD #F4DD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D3 #F1D327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B5 #D3B50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A890 #A8900B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FDF8DD;
--gold-200: #FBF2C1;
--gold-300: #F8E891;
--gold-400: #F4DD57;
--gold-500: #F1D327;
--gold-600: #D3B50D;
--gold-700: #A8900B;
--gold-800: #786708;
--gold-900: #4D4205;
--gold-950: #302903;
}