Gold
#F6C823
YellowColor Codes
All color formats for development
HEX
#F6C823RGB
rgb(246, 200, 35)HSL
hsl(47, 92%, 55%)OKLCH
oklch(0.849 0.167 91.1)CMYK
cmyk(0%, 19%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2C00A
2#D7AB09
3#BC9508
4#A28007
5#876B06
6#6C5504
7#514003
8#362B02
9#1B1501
Tints
Lighter variations
1#F7CE39
2#F8D34F
3#F9D965
4#F9DE7B
5#FAE491
6#FBE9A7
7#FCEFBD
8#FDF4D3
9#FEFAE9
Tones
Muted variations
1#EBC22D
2#E1BC38
3#D6B642
4#CCB04D
5#C1AA57
6#B6A462
7#AC9E6D
8#A19877
9#979282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEF #FCEFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE3 #FAE38E | BordersInactive statesPlaceholder text |
| 400 | F8D4 #F8D454 | Disabled statesSecondary iconsMuted text |
| 500 | F6C8 #F6C823 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7AB #D7AB09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB88 #AB8807 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A61 #7A6105 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3E #4E3E03 | Primary textHigh emphasis contentDark headings |
| 950 | 3127 #312702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF0;
--gold-100: #FEF6DD;
--gold-200: #FCEFBF;
--gold-300: #FAE38E;
--gold-400: #F8D454;
--gold-500: #F6C823;
--gold-600: #D7AB09;
--gold-700: #AB8807;
--gold-800: #7A6105;
--gold-900: #4E3E03;
--gold-950: #312702;
}