Gold
#F6D323
YellowColor Codes
All color formats for development
HEX
#F6D323RGB
rgb(246, 211, 35)HSL
hsl(50, 92%, 55%)OKLCH
oklch(0.871 0.173 96.4)CMYK
cmyk(0%, 14%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2CC0A
2#D7B509
3#BC9E08
4#A28807
5#877106
6#6C5B04
7#514403
8#362D02
9#1B1701
Tints
Lighter variations
1#F7D739
2#F8DC4F
3#F9E065
4#F9E47B
5#FAE991
6#FBEDA7
7#FCF2BD
8#FDF6D3
9#FEFBE9
Tones
Muted variations
1#EBCC2D
2#E1C538
3#D6BE42
4#CCB64D
5#C1AF57
6#B6A862
7#ACA16D
8#A19A77
9#979382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE8 #FAE88E | BordersInactive statesPlaceholder text |
| 400 | F8DC #F8DC54 | Disabled statesSecondary iconsMuted text |
| 500 | F6D3 #F6D323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B5 #D7B509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB90 #AB9007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A67 #7A6705 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E42 #4E4203 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FEF8DD;
--gold-200: #FCF2BF;
--gold-300: #FAE88E;
--gold-400: #F8DC54;
--gold-500: #F6D323;
--gold-600: #D7B509;
--gold-700: #AB9007;
--gold-800: #7A6705;
--gold-900: #4E4203;
--gold-950: #312902;
}