Gold
#F1E427
YellowColor Codes
All color formats for development
HEX
#F1E427RGB
rgb(241, 228, 39)HSL
hsl(56, 88%, 55%)OKLCH
oklch(0.901 0.184 105.2)CMYK
cmyk(0%, 5%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDDE0F
2#D3C60D
3#B9AD0C
4#9E940A
5#847C08
6#696307
7#4F4A05
8#353103
9#1A1902
Tints
Lighter variations
1#F3E63D
2#F4E952
3#F5EC68
4#F7EF7E
5#F8F193
6#F9F4A9
7#FBF7BE
8#FCFAD4
9#FEFCE9
Tones
Muted variations
1#E7DB31
2#DDD23B
3#D3CA46
4#C9C150
5#BFB85A
6#B5AF64
7#ABA76E
8#A09E78
9#969582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F1 #F8F191 | BordersInactive statesPlaceholder text |
| 400 | F4EA #F4EA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1E4 #F1E427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C6 #D3C60D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89D #A89D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7870 #787008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4805 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FDFBDD;
--gold-200: #FBF7C1;
--gold-300: #F8F191;
--gold-400: #F4EA57;
--gold-500: #F1E427;
--gold-600: #D3C60D;
--gold-700: #A89D0B;
--gold-800: #787008;
--gold-900: #4D4805;
--gold-950: #302D03;
}