Gold
#F6E823
YellowColor Codes
All color formats for development
HEX
#F6E823RGB
rgb(246, 232, 35)HSL
hsl(56, 92%, 55%)OKLCH
oklch(0.914 0.188 105)CMYK
cmyk(0%, 6%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2E30A
2#D7CA09
3#BCB008
4#A29707
5#877E06
6#6C6504
7#514C03
8#363202
9#1B1901
Tints
Lighter variations
1#F7EA39
2#F8EC4F
3#F9EF65
4#F9F17B
5#FAF391
6#FBF6A7
7#FCF8BD
8#FDFAD3
9#FEFDE9
Tones
Muted variations
1#EBDF2D
2#E1D538
3#D6CC42
4#CCC34D
5#C1BA57
6#B6B162
7#ACA86D
8#A19F77
9#979582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF8 #FCF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF3 #FAF38E | BordersInactive statesPlaceholder text |
| 400 | F8ED #F8ED54 | Disabled statesSecondary iconsMuted text |
| 500 | F6E8 #F6E823 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7CA #D7CA09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ABA0 #ABA007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A73 #7A7305 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4903 | Primary textHigh emphasis contentDark headings |
| 950 | 312E #312E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FEFBDD;
--gold-200: #FCF8BF;
--gold-300: #FAF38E;
--gold-400: #F8ED54;
--gold-500: #F6E823;
--gold-600: #D7CA09;
--gold-700: #ABA007;
--gold-800: #7A7305;
--gold-900: #4E4903;
--gold-950: #312E02;
}