Gold
#F4D825
YellowColor Codes
All color formats for development
HEX
#F4D825RGB
rgb(244, 216, 37)HSL
hsl(52, 90%, 55%)OKLCH
oklch(0.879 0.175 99.3)CMYK
cmyk(0%, 11%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0D20D
2#D5BA0B
3#BBA30A
4#A08C08
5#857407
6#6B5D06
7#504604
8#352F03
9#1B1701
Tints
Lighter variations
1#F5DC3B
2#F6E051
3#F7E466
4#F8E87C
5#F9EB92
6#FAEFA8
7#FCF3BE
8#FDF7D3
9#FEFBE9
Tones
Muted variations
1#E9D02F
2#DFC93A
3#D5C144
4#CABA4E
5#C0B259
6#B6AB63
7#ABA36D
8#A19B78
9#979482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EB #F9EB90 | BordersInactive statesPlaceholder text |
| 400 | F6E1 #F6E155 | Disabled statesSecondary iconsMuted text |
| 500 | F4D8 #F4D825 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5BA #D5BA0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA94 #AA9409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 796A #796A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4404 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FDF9DD;
--gold-200: #FCF4C0;
--gold-300: #F9EB90;
--gold-400: #F6E155;
--gold-500: #F4D825;
--gold-600: #D5BA0B;
--gold-700: #AA9409;
--gold-800: #796A06;
--gold-900: #4E4404;
--gold-950: #302A03;
}