Gold
#F8E620
YellowColor Codes
All color formats for development
HEX
#F8E620RGB
rgb(248, 230, 32)HSL
hsl(55, 94%, 55%)OKLCH
oklch(0.911 0.187 103.6)CMYK
cmyk(0%, 7%, 87%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5E108
2#DAC807
3#BEAF06
4#A39605
5#887D04
6#6D6403
7#524B03
8#363202
9#1B1901
Tints
Lighter variations
1#F9E937
2#F9EB4D
3#FAEE63
4#FBF079
5#FCF390
6#FCF5A6
7#FDF8BC
8#FEFAD2
9#FEFDE9
Tones
Muted variations
1#EDDD2B
2#E3D436
3#D8CB41
4#CDC24C
5#C2B956
6#B7B061
7#ADA76C
8#A29E77
9#979581
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF2 #FBF28D | BordersInactive statesPlaceholder text |
| 400 | FAEC #FAEC52 | Disabled statesSecondary iconsMuted text |
| 500 | F8E6 #F8E620 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC8 #DAC807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9F #AD9F05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C72 #7C7204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F49 #4F4902 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFBDC;
--gold-200: #FDF8BF;
--gold-300: #FBF28D;
--gold-400: #FAEC52;
--gold-500: #F8E620;
--gold-600: #DAC807;
--gold-700: #AD9F05;
--gold-800: #7C7204;
--gold-900: #4F4902;
--gold-950: #312D02;
}