Gold
#F2D026
YellowColor Codes
All color formats for development
HEX
#F2D026RGB
rgb(242, 208, 38)HSL
hsl(50, 89%, 55%)OKLCH
oklch(0.861 0.17 96.4)CMYK
cmyk(0%, 14%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFC90E
2#D4B30C
3#BA9C0B
4#9F8609
5#857008
6#6A5906
7#504305
8#352D03
9#1B1602
Tints
Lighter variations
1#F4D53C
2#F5DA51
3#F6DE67
4#F7E37D
5#F9E893
6#FAECA8
7#FBF1BE
8#FCF6D4
9#FEFAE9
Tones
Muted variations
1#E8CA30
2#DEC33B
3#D4BC45
4#CAB54F
5#BFAE59
6#B5A763
7#ABA16E
8#A19A78
9#969382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E7 #F9E790 | BordersInactive statesPlaceholder text |
| 400 | F5DB #F5DB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D0 #F2D026 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B3 #D4B30C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A98E #A98E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7866 #786607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4104 | 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: #FEFCF1;
--gold-100: #FDF8DD;
--gold-200: #FBF2C0;
--gold-300: #F9E790;
--gold-400: #F5DB56;
--gold-500: #F2D026;
--gold-600: #D4B30C;
--gold-700: #A98E0A;
--gold-800: #786607;
--gold-900: #4D4104;
--gold-950: #302903;
}