Gold
#F1D027
YellowColor Codes
All color formats for development
HEX
#F1D027RGB
rgb(241, 208, 39)HSL
hsl(50, 88%, 55%)OKLCH
oklch(0.86 0.169 96.8)CMYK
cmyk(0%, 14%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDC80F
2#D3B20D
3#B99C0C
4#9E860A
5#846F08
6#695907
7#4F4305
8#352D03
9#1A1602
Tints
Lighter variations
1#F3D43D
2#F4D952
3#F5DE68
4#F7E37E
5#F8E793
6#F9ECA9
7#FBF1BE
8#FCF6D4
9#FEFAE9
Tones
Muted variations
1#E7C931
2#DDC23B
3#D3BB46
4#C9B550
5#BFAE5A
6#B5A764
7#ABA06E
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 | FBF1 #FBF1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E7 #F8E791 | BordersInactive statesPlaceholder text |
| 400 | F4DA #F4DA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D0 #F1D027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B2 #D3B20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88E #A88E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7865 #786508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4105 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FDF8DD;
--gold-200: #FBF1C1;
--gold-300: #F8E791;
--gold-400: #F4DA57;
--gold-500: #F1D027;
--gold-600: #D3B20D;
--gold-700: #A88E0B;
--gold-800: #786508;
--gold-900: #4D4105;
--gold-950: #302803;
}