Gold
#FDDF1C
YellowColor Codes
All color formats for development
HEX
#FDDF1CRGB
rgb(253, 223, 28)HSL
hsl(52, 98%, 55%)OKLCH
oklch(0.901 0.183 99.1)CMYK
cmyk(0%, 12%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAD903
2#DEC102
3#C2A902
4#A79102
5#8B7901
6#6F6001
7#534801
8#383001
9#1C1800
Tints
Lighter variations
1#FDE233
2#FDE549
3#FDE860
4#FEEC77
5#FEEF8D
6#FEF2A4
7#FEF5BB
8#FFF9D2
9#FFFCE8
Tones
Muted variations
1#F1D627
2#E6CE32
3#DBC63E
4#D0BE49
5#C4B554
6#B9AD5F
7#AEA56B
8#A39D76
9#979481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFA #FFFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF6 #FEF6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEEE #FEEE8B | BordersInactive statesPlaceholder text |
| 400 | FDE6 #FDE64E | Disabled statesSecondary iconsMuted text |
| 500 | FDDF #FDDF1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC1 #DEC102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B199 #B19902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6E #7E6E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5146 #514601 | 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: #FFFADC;
--gold-200: #FEF6BD;
--gold-300: #FEEE8B;
--gold-400: #FDE64E;
--gold-500: #FDDF1C;
--gold-600: #DEC102;
--gold-700: #B19902;
--gold-800: #7E6E01;
--gold-900: #514601;
--gold-950: #322C01;
}