Gold
#F6CF23
YellowColor Codes
All color formats for development
HEX
#F6CF23RGB
rgb(246, 207, 35)HSL
hsl(49, 92%, 55%)OKLCH
oklch(0.863 0.171 94.5)CMYK
cmyk(0%, 16%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2C80A
2#D7B209
3#BC9B08
4#A28507
5#876F06
6#6C5904
7#514303
8#362C02
9#1B1601
Tints
Lighter variations
1#F7D439
2#F8D94F
3#F9DD65
4#F9E27B
5#FAE791
6#FBECA7
7#FCF1BD
8#FDF5D3
9#FEFAE9
Tones
Muted variations
1#EBC82D
2#E1C238
3#D6BB42
4#CCB44D
5#C1AE57
6#B6A762
7#ACA06D
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 | FCF1 #FCF1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE7 #FAE78E | BordersInactive statesPlaceholder text |
| 400 | F8DA #F8DA54 | Disabled statesSecondary iconsMuted text |
| 500 | F6CF #F6CF23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B2 #D7B209 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB8D #AB8D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A65 #7A6505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E41 #4E4103 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FEF8DD;
--gold-200: #FCF1BF;
--gold-300: #FAE78E;
--gold-400: #F8DA54;
--gold-500: #F6CF23;
--gold-600: #D7B209;
--gold-700: #AB8D07;
--gold-800: #7A6505;
--gold-900: #4E4103;
--gold-950: #312802;
}