Gold
#F1C227
YellowColor Codes
All color formats for development
HEX
#F1C227RGB
rgb(241, 194, 39)HSL
hsl(46, 88%, 55%)OKLCH
oklch(0.833 0.162 89.9)CMYK
cmyk(0%, 20%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDB90F
2#D3A50D
3#B9900C
4#9E7C0A
5#846708
6#695207
7#4F3E05
8#352903
9#1A1502
Tints
Lighter variations
1#F3C83D
2#F4CE52
3#F5D468
4#F7DA7E
5#F8E193
6#F9E7A9
7#FBEDBE
8#FCF3D4
9#FEF9E9
Tones
Muted variations
1#E7BD31
2#DDB73B
3#D3B246
4#C9AD50
5#BFA75A
6#B5A264
7#AB9C6E
8#A09778
9#969282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBED #FBEDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E0 #F8E091 | BordersInactive statesPlaceholder text |
| 400 | F4D0 #F4D057 | Disabled statesSecondary iconsMuted text |
| 500 | F1C2 #F1C227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A5 #D3A50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A883 #A8830B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785E #785E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3C #4D3C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FDF6DD;
--gold-200: #FBEDC1;
--gold-300: #F8E091;
--gold-400: #F4D057;
--gold-500: #F1C227;
--gold-600: #D3A50D;
--gold-700: #A8830B;
--gold-800: #785E08;
--gold-900: #4D3C05;
--gold-950: #302503;
}