Gold
#FFD91A
YellowColor Codes
All color formats for development
HEX
#FFD91ARGB
rgb(255, 217, 26)HSL
hsl(50, 100%, 55%)OKLCH
oklch(0.891 0.18 95.8)CMYK
cmyk(0%, 15%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCD200
2#E0BB00
3#C4A400
4#A88C00
5#8C7500
6#705E00
7#544600
8#382F00
9#1C1700
Tints
Lighter variations
1#FFDD30
2#FFE047
3#FFE45E
4#FFE875
5#FFEC8C
6#FFF0A3
7#FFF4BA
8#FFF7D1
9#FFFBE8
Tones
Muted variations
1#F4D125
2#E8C930
3#DDC23C
4#D1BA47
5#C6B353
6#BAAB5E
7#AFA36A
8#A39C75
9#989481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF9 #FFF9DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF4 #FFF4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFEB #FFEB8A | BordersInactive statesPlaceholder text |
| 400 | FFE1 #FFE14D | Disabled statesSecondary iconsMuted text |
| 500 | FFD9 #FFD91A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0BB #E0BB00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B395 #B39500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 806A #806A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5244 #524400 | Primary textHigh emphasis contentDark headings |
| 950 | 332B #332B00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFCF0;
--gold-100: #FFF9DB;
--gold-200: #FFF4BD;
--gold-300: #FFEB8A;
--gold-400: #FFE14D;
--gold-500: #FFD91A;
--gold-600: #E0BB00;
--gold-700: #B39500;
--gold-800: #806A00;
--gold-900: #524400;
--gold-950: #332B00;
}