Gold
#FAE11E
YellowColor Codes
All color formats for development
HEX
#FAE11ERGB
rgb(250, 225, 30)HSL
hsl(53, 96%, 55%)OKLCH
oklch(0.903 0.184 100.9)CMYK
cmyk(0%, 10%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7DB05
2#DCC304
3#C0AA04
4#A59203
5#897A03
6#6E6102
7#524902
8#373101
9#1B1801
Tints
Lighter variations
1#FBE435
2#FBE74B
3#FCEA62
4#FCED78
5#FDF08F
6#FDF3A5
7#FEF6BC
8#FEF9D2
9#FFFCE9
Tones
Muted variations
1#EFD829
2#E4D034
3#D9C73F
4#CEBF4A
5#C3B655
6#B8AE60
7#ADA66B
8#A29D76
9#979581
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF6 #FEF6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF0 #FDF08C | BordersInactive statesPlaceholder text |
| 400 | FBE7 #FBE750 | Disabled statesSecondary iconsMuted text |
| 500 | FAE1 #FAE11E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCC3 #DCC304 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF9B #AF9B04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D6F #7D6F03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5047 #504702 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FEFADC;
--gold-200: #FEF6BE;
--gold-300: #FDF08C;
--gold-400: #FBE750;
--gold-500: #FAE11E;
--gold-600: #DCC304;
--gold-700: #AF9B04;
--gold-800: #7D6F03;
--gold-900: #504702;
--gold-950: #322C01;
}