Gold
#F1CC27
YellowColor Codes
All color formats for development
HEX
#F1CC27RGB
rgb(241, 204, 39)HSL
hsl(49, 88%, 55%)OKLCH
oklch(0.852 0.167 94.9)CMYK
cmyk(0%, 15%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDC50F
2#D3AF0D
3#B9990C
4#9E830A
5#846D08
6#695707
7#4F4205
8#352C03
9#1A1602
Tints
Lighter variations
1#F3D13D
2#F4D652
3#F5DB68
4#F7E17E
5#F8E693
6#F9EBA9
7#FBF0BE
8#FCF5D4
9#FEFAE9
Tones
Muted variations
1#E7C631
2#DDBF3B
3#D3B946
4#C9B350
5#BFAC5A
6#B5A664
7#AB9F6E
8#A09978
9#969382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF0 #FBF0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E5 #F8E591 | BordersInactive statesPlaceholder text |
| 400 | F4D7 #F4D757 | Disabled statesSecondary iconsMuted text |
| 500 | F1CC #F1CC27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AF #D3AF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88B #A88B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7863 #786308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4005 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FDF7DD;
--gold-200: #FBF0C1;
--gold-300: #F8E591;
--gold-400: #F4D757;
--gold-500: #F1CC27;
--gold-600: #D3AF0D;
--gold-700: #A88B0B;
--gold-800: #786308;
--gold-900: #4D4005;
--gold-950: #302803;
}