Gold
#F1C927
YellowColor Codes
All color formats for development
HEX
#F1C927RGB
rgb(241, 201, 39)HSL
hsl(48, 88%, 55%)OKLCH
oklch(0.846 0.165 93.5)CMYK
cmyk(0%, 17%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDC10F
2#D3AB0D
3#B9960C
4#9E810A
5#846B08
6#695607
7#4F4005
8#352B03
9#1A1502
Tints
Lighter variations
1#F3CE3D
2#F4D452
3#F5D968
4#F7DF7E
5#F8E493
6#F9E9A9
7#FBEFBE
8#FCF4D4
9#FEFAE9
Tones
Muted variations
1#E7C331
2#DDBD3B
3#D3B746
4#C9B150
5#BFAB5A
6#B5A464
7#AB9E6E
8#A09878
9#969282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E3 #F8E391 | BordersInactive statesPlaceholder text |
| 400 | F4D5 #F4D557 | Disabled statesSecondary iconsMuted text |
| 500 | F1C9 #F1C927 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AB #D3AB0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A888 #A8880B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7861 #786108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3E #4D3E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FDF7DD;
--gold-200: #FBEFC1;
--gold-300: #F8E391;
--gold-400: #F4D557;
--gold-500: #F1C927;
--gold-600: #D3AB0D;
--gold-700: #A8880B;
--gold-800: #786108;
--gold-900: #4D3E05;
--gold-950: #302703;
}