Gold
#F6D623
YellowColor Codes
All color formats for development
HEX
#F6D623RGB
rgb(246, 214, 35)HSL
hsl(51, 92%, 55%)OKLCH
oklch(0.877 0.175 97.7)CMYK
cmyk(0%, 13%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2D00A
2#D7B809
3#BCA108
4#A28A07
5#877306
6#6C5C04
7#514503
8#362E02
9#1B1701
Tints
Lighter variations
1#F7DA39
2#F8DE4F
3#F9E265
4#F9E67B
5#FAEB91
6#FBEFA7
7#FCF3BD
8#FDF7D3
9#FEFBE9
Tones
Muted variations
1#EBCF2D
2#E1C738
3#D6C042
4#CCB94D
5#C1B157
6#B6AA62
7#ACA26D
8#A19B77
9#979482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF3 #FCF3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEA #FAEA8E | BordersInactive statesPlaceholder text |
| 400 | F8DF #F8DF54 | Disabled statesSecondary iconsMuted text |
| 500 | F6D6 #F6D623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B8 #D7B809 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB93 #AB9307 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A69 #7A6905 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E43 #4E4303 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FEF9DD;
--gold-200: #FCF3BF;
--gold-300: #FAEA8E;
--gold-400: #F8DF54;
--gold-500: #F6D623;
--gold-600: #D7B809;
--gold-700: #AB9307;
--gold-800: #7A6905;
--gold-900: #4E4303;
--gold-950: #312A02;
}