Gold
#F2CD26
YellowColor Codes
All color formats for development
HEX
#F2CD26RGB
rgb(242, 205, 38)HSL
hsl(49, 89%, 55%)OKLCH
oklch(0.855 0.168 95)CMYK
cmyk(0%, 15%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFC50E
2#D4AF0C
3#BA9A0B
4#9F8409
5#856E08
6#6A5806
7#504205
8#352C03
9#1B1602
Tints
Lighter variations
1#F4D23C
2#F5D751
3#F6DC67
4#F7E17D
5#F9E693
6#FAEBA8
7#FBF0BE
8#FCF5D4
9#FEFAE9
Tones
Muted variations
1#E8C630
2#DEC03B
3#D4BA45
4#CAB34F
5#BFAD59
6#B5A663
7#ABA06E
8#A19978
9#969382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF1 #FBF1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E5 #F9E590 | BordersInactive statesPlaceholder text |
| 400 | F5D8 #F5D856 | Disabled statesSecondary iconsMuted text |
| 500 | F2CD #F2CD26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4AF #D4AF0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A98C #A98C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7864 #786407 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4004 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF1;
--gold-100: #FDF7DD;
--gold-200: #FBF1C0;
--gold-300: #F9E590;
--gold-400: #F5D856;
--gold-500: #F2CD26;
--gold-600: #D4AF0C;
--gold-700: #A98C0A;
--gold-800: #786407;
--gold-900: #4D4004;
--gold-950: #302803;
}