Gold
#FDC11C
OrangeColor Codes
All color formats for development
HEX
#FDC11CRGB
rgb(253, 193, 28)HSL
hsl(44, 98%, 55%)OKLCH
oklch(0.842 0.168 85.1)CMYK
cmyk(0%, 24%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAB803
2#DEA402
3#C28F02
4#A77B02
5#8B6601
6#6F5201
7#533D01
8#382901
9#1C1400
Tints
Lighter variations
1#FDC733
2#FDCD49
3#FDD360
4#FEDA77
5#FEE08D
6#FEE6A4
7#FEECBB
8#FFF3D2
9#FFF9E8
Tones
Muted variations
1#F1BB27
2#E6B632
3#DBB13E
4#D0AC49
5#C4A654
6#B9A15F
7#AE9C6B
8#A39776
9#979181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF5 #FFF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEED #FEEDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEDF #FEDF8B | BordersInactive statesPlaceholder text |
| 400 | FDCF #FDCF4E | Disabled statesSecondary iconsMuted text |
| 500 | FDC1 #FDC11C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEA4 #DEA402 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B182 #B18202 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5D #7E5D01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513B #513B01 | Primary textHigh emphasis contentDark headings |
| 950 | 3225 #322501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFBF0;
--gold-100: #FFF5DC;
--gold-200: #FEEDBD;
--gold-300: #FEDF8B;
--gold-400: #FDCF4E;
--gold-500: #FDC11C;
--gold-600: #DEA402;
--gold-700: #B18202;
--gold-800: #7E5D01;
--gold-900: #513B01;
--gold-950: #322501;
}