Gold
#F1E027
YellowColor Codes
All color formats for development
HEX
#F1E027RGB
rgb(241, 224, 39)HSL
hsl(55, 88%, 55%)OKLCH
oklch(0.893 0.181 103.6)CMYK
cmyk(0%, 7%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDDB0F
2#D3C20D
3#B9AA0C
4#9E920A
5#847A08
6#696107
7#4F4905
8#353103
9#1A1802
Tints
Lighter variations
1#F3E33D
2#F4E752
3#F5EA68
4#F7ED7E
5#F8F093
6#F9F3A9
7#FBF6BE
8#FCF9D4
9#FEFCE9
Tones
Muted variations
1#E7D831
2#DDD03B
3#D3C746
4#C9BF50
5#BFB65A
6#B5AE64
7#ABA56E
8#A09D78
9#969582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF6 #FBF6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EF #F8EF91 | BordersInactive statesPlaceholder text |
| 400 | F4E7 #F4E757 | Disabled statesSecondary iconsMuted text |
| 500 | F1E0 #F1E027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C2 #D3C20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89B #A89B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786F #786F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D47 #4D4705 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FDFADD;
--gold-200: #FBF6C1;
--gold-300: #F8EF91;
--gold-400: #F4E757;
--gold-500: #F1E027;
--gold-600: #D3C20D;
--gold-700: #A89B0B;
--gold-800: #786F08;
--gold-900: #4D4705;
--gold-950: #302C03;
}