Gold
#F2C626
YellowColor Codes
All color formats for development
HEX
#F2C626RGB
rgb(242, 198, 38)HSL
hsl(47, 89%, 55%)OKLCH
oklch(0.841 0.164 91.6)CMYK
cmyk(0%, 18%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFBE0E
2#D4A90C
3#BA940B
4#9F7F09
5#856908
6#6A5406
7#503F05
8#352A03
9#1B1502
Tints
Lighter variations
1#F4CC3C
2#F5D151
3#F6D767
4#F7DD7D
5#F9E393
6#FAE8A8
7#FBEEBE
8#FCF4D4
9#FEF9E9
Tones
Muted variations
1#E8C030
2#DEBB3B
3#D4B545
4#CAAF4F
5#BFA959
6#B5A363
7#AB9E6E
8#A19878
9#969282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E2 #F9E290 | BordersInactive statesPlaceholder text |
| 400 | F5D3 #F5D356 | Disabled statesSecondary iconsMuted text |
| 500 | F2C6 #F2C626 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4A9 #D4A90C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A986 #A9860A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786007 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FDF6DD;
--gold-200: #FBEFC0;
--gold-300: #F9E290;
--gold-400: #F5D356;
--gold-500: #F2C626;
--gold-600: #D4A90C;
--gold-700: #A9860A;
--gold-800: #786007;
--gold-900: #4D3D04;
--gold-950: #302603;
}