Gold
#F4E225
YellowColor Codes
All color formats for development
HEX
#F4E225RGB
rgb(244, 226, 37)HSL
hsl(55, 90%, 55%)OKLCH
oklch(0.9 0.183 103.4)CMYK
cmyk(0%, 7%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0DD0D
2#D5C40B
3#BBAC0A
4#A09308
5#857B07
6#6B6206
7#504A04
8#353103
9#1B1901
Tints
Lighter variations
1#F5E53B
2#F6E851
3#F7EB66
4#F8EE7C
5#F9F192
6#FAF4A8
7#FCF6BE
8#FDF9D3
9#FEFCE9
Tones
Muted variations
1#E9DA2F
2#DFD13A
3#D5C844
4#CAC04E
5#C0B759
6#B6AF63
7#ABA66D
8#A19D78
9#979582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F0 #F9F090 | BordersInactive statesPlaceholder text |
| 400 | F6E9 #F6E955 | Disabled statesSecondary iconsMuted text |
| 500 | F4E2 #F4E225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C4 #D5C40B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9C #AA9C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7970 #797006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4704 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FDFBDD;
--gold-200: #FCF7C0;
--gold-300: #F9F090;
--gold-400: #F6E955;
--gold-500: #F4E225;
--gold-600: #D5C40B;
--gold-700: #AA9C09;
--gold-800: #797006;
--gold-900: #4E4704;
--gold-950: #302D03;
}