Gold
#F4C725
YellowColor Codes
All color formats for development
HEX
#F4C725RGB
rgb(244, 199, 37)HSL
hsl(47, 90%, 55%)OKLCH
oklch(0.845 0.165 91.3)CMYK
cmyk(0%, 18%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0BF0D
2#D5A90B
3#BB940A
4#A07F08
5#856A07
6#6B5506
7#504004
8#352A03
9#1B1501
Tints
Lighter variations
1#F5CC3B
2#F6D251
3#F7D866
4#F8DD7C
5#F9E392
6#FAE9A8
7#FCEEBE
8#FDF4D3
9#FEF9E9
Tones
Muted variations
1#E9C12F
2#DFBB3A
3#D5B544
4#CAAF4E
5#C0AA59
6#B6A463
7#AB9E6D
8#A19878
9#979282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEF #FCEFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E2 #F9E290 | BordersInactive statesPlaceholder text |
| 400 | F6D3 #F6D355 | Disabled statesSecondary iconsMuted text |
| 500 | F4C7 #F4C725 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5A9 #D5A90B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA87 #AA8709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7960 #796006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3E #4E3E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF0;
--gold-100: #FDF6DD;
--gold-200: #FCEFC0;
--gold-300: #F9E290;
--gold-400: #F6D355;
--gold-500: #F4C725;
--gold-600: #D5A90B;
--gold-700: #AA8709;
--gold-800: #796006;
--gold-900: #4E3E04;
--gold-950: #302703;
}