Gold
#F1D627
YellowColor Codes
All color formats for development
HEX
#F1D627RGB
rgb(241, 214, 39)HSL
hsl(52, 88%, 55%)OKLCH
oklch(0.872 0.173 99.5)CMYK
cmyk(0%, 11%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDD00F
2#D3B90D
3#B9A20C
4#9E8A0A
5#847308
6#695C07
7#4F4505
8#352E03
9#1A1702
Tints
Lighter variations
1#F3DA3D
2#F4DE52
3#F5E368
4#F7E77E
5#F8EB93
6#F9EFA9
7#FBF3BE
8#FCF7D4
9#FEFBE9
Tones
Muted variations
1#E7CF31
2#DDC73B
3#D3C046
4#C9B950
5#BFB15A
6#B5AA64
7#ABA26E
8#A09B78
9#969482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EA #F8EA91 | BordersInactive statesPlaceholder text |
| 400 | F4DF #F4DF57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D6 #F1D627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B9 #D3B90D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A893 #A8930B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4305 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FDF9DD;
--gold-200: #FBF3C1;
--gold-300: #F8EA91;
--gold-400: #F4DF57;
--gold-500: #F1D627;
--gold-600: #D3B90D;
--gold-700: #A8930B;
--gold-800: #786908;
--gold-900: #4D4305;
--gold-950: #302A03;
}