Gold
#F6E123
YellowColor Codes
All color formats for development
HEX
#F6E123RGB
rgb(246, 225, 35)HSL
hsl(54, 92%, 55%)OKLCH
oklch(0.899 0.182 102.3)CMYK
cmyk(0%, 9%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2DB0A
2#D7C309
3#BCAA08
4#A29207
5#877A06
6#6C6104
7#514903
8#363102
9#1B1801
Tints
Lighter variations
1#F7E439
2#F8E74F
3#F9EA65
4#F9ED7B
5#FAF091
6#FBF3A7
7#FCF6BD
8#FDF9D3
9#FEFCE9
Tones
Muted variations
1#EBD82D
2#E1D038
3#D6C742
4#CCBF4D
5#C1B657
6#B6AE62
7#ACA66D
8#A19D77
9#979582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF6 #FCF6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF0 #FAF08E | BordersInactive statesPlaceholder text |
| 400 | F8E7 #F8E754 | Disabled statesSecondary iconsMuted text |
| 500 | F6E1 #F6E123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7C3 #D7C309 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB9B #AB9B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6F #7A6F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4703 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FEFADD;
--gold-200: #FCF6BF;
--gold-300: #FAF08E;
--gold-400: #F8E754;
--gold-500: #F6E123;
--gold-600: #D7C309;
--gold-700: #AB9B07;
--gold-800: #7A6F05;
--gold-900: #4E4703;
--gold-950: #312C02;
}