Gold
#F6C123
YellowColor Codes
All color formats for development
HEX
#F6C123RGB
rgb(246, 193, 35)HSL
hsl(45, 92%, 55%)OKLCH
oklch(0.836 0.164 87.5)CMYK
cmyk(0%, 22%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2B80A
2#D7A409
3#BC8F08
4#A27B07
5#876606
6#6C5204
7#513D03
8#362902
9#1B1401
Tints
Lighter variations
1#F7C739
2#F8CD4F
3#F9D465
4#F9DA7B
5#FAE091
6#FBE6A7
7#FCECBD
8#FDF3D3
9#FEF9E9
Tones
Muted variations
1#EBBC2D
2#E1B638
3#D6B142
4#CCAC4D
5#C1A757
6#B6A162
7#AC9C6D
8#A19777
9#979282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCED #FCEDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FADF #FADF8E | BordersInactive statesPlaceholder text |
| 400 | F8CF #F8CF54 | Disabled statesSecondary iconsMuted text |
| 500 | F6C1 #F6C123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7A4 #D7A409 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB82 #AB8207 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A5D #7A5D05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3C #4E3C03 | Primary textHigh emphasis contentDark headings |
| 950 | 3125 #312502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF0;
--gold-100: #FEF5DD;
--gold-200: #FCEDBF;
--gold-300: #FADF8E;
--gold-400: #F8CF54;
--gold-500: #F6C123;
--gold-600: #D7A409;
--gold-700: #AB8207;
--gold-800: #7A5D05;
--gold-900: #4E3C03;
--gold-950: #312502;
}