Gold
#F4D125
YellowColor Codes
All color formats for development
HEX
#F4D125RGB
rgb(244, 209, 37)HSL
hsl(50, 90%, 55%)OKLCH
oklch(0.865 0.171 96.2)CMYK
cmyk(0%, 14%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0CA0D
2#D5B40B
3#BB9D0A
4#A08708
5#857007
6#6B5A06
7#504304
8#352D03
9#1B1601
Tints
Lighter variations
1#F5D63B
2#F6DA51
3#F7DF66
4#F8E37C
5#F9E892
6#FAEDA8
7#FCF1BE
8#FDF6D3
9#FEFAE9
Tones
Muted variations
1#E9CA2F
2#DFC33A
3#D5BC44
4#CAB64E
5#C0AF59
6#B6A863
7#ABA16D
8#A19A78
9#979382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E8 #F9E890 | BordersInactive statesPlaceholder text |
| 400 | F6DB #F6DB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4D1 #F4D125 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5B4 #D5B40B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8F #AA8F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7966 #796606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E41 #4E4104 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FDF8DD;
--gold-200: #FCF2C0;
--gold-300: #F9E890;
--gold-400: #F6DB55;
--gold-500: #F4D125;
--gold-600: #D5B40B;
--gold-700: #AA8F09;
--gold-800: #796606;
--gold-900: #4E4104;
--gold-950: #302903;
}