Gold
#FDD71C
YellowColor Codes
All color formats for development
HEX
#FDD71CRGB
rgb(253, 215, 28)HSL
hsl(50, 98%, 55%)OKLCH
oklch(0.885 0.178 95.7)CMYK
cmyk(0%, 15%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAD103
2#DEBA02
3#C2A202
4#A78B02
5#8B7401
6#6F5D01
7#534601
8#382E01
9#1C1700
Tints
Lighter variations
1#FDDB33
2#FDDF49
3#FDE360
4#FEE777
5#FEEB8D
6#FEEFA4
7#FEF3BB
8#FFF7D2
9#FFFBE8
Tones
Muted variations
1#F1D027
2#E6C832
3#DBC13E
4#D0B949
5#C4B254
6#B9AA5F
7#AEA36B
8#A39B76
9#979481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF9 #FFF9DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF4 #FEF4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEEB #FEEB8B | BordersInactive statesPlaceholder text |
| 400 | FDE0 #FDE04E | Disabled statesSecondary iconsMuted text |
| 500 | FDD7 #FDD71C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEBA #DEBA02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B194 #B19402 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E69 #7E6901 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5143 #514301 | Primary textHigh emphasis contentDark headings |
| 950 | 322A #322A01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFCF0;
--gold-100: #FFF9DC;
--gold-200: #FEF4BD;
--gold-300: #FEEB8B;
--gold-400: #FDE04E;
--gold-500: #FDD71C;
--gold-600: #DEBA02;
--gold-700: #B19402;
--gold-800: #7E6901;
--gold-900: #514301;
--gold-950: #322A01;
}