Gold
#FDE61C
YellowColor Codes
All color formats for development
HEX
#FDE61CRGB
rgb(253, 230, 28)HSL
hsl(54, 98%, 55%)OKLCH
oklch(0.915 0.188 101.9)CMYK
cmyk(0%, 9%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAE103
2#DEC802
3#C2AF02
4#A79602
5#8B7D01
6#6F6401
7#534B01
8#383201
9#1C1900
Tints
Lighter variations
1#FDE933
2#FDEB49
3#FDEE60
4#FEF077
5#FEF38D
6#FEF5A4
7#FEF8BB
8#FFFAD2
9#FFFDE8
Tones
Muted variations
1#F1DD27
2#E6D432
3#DBCB3E
4#D0C249
5#C4B954
6#B9B05F
7#AEA76B
8#A39E76
9#979581
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF2 #FEF28B | BordersInactive statesPlaceholder text |
| 400 | FDEC #FDEC4E | Disabled statesSecondary iconsMuted text |
| 500 | FDE6 #FDE61C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC8 #DEC802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19F #B19F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E72 #7E7201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5149 #514901 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FFFBDC;
--gold-200: #FEF8BD;
--gold-300: #FEF28B;
--gold-400: #FDEC4E;
--gold-500: #FDE61C;
--gold-600: #DEC802;
--gold-700: #B19F02;
--gold-800: #7E7201;
--gold-900: #514901;
--gold-950: #322D01;
}