Gold
#FFCD1A
YellowColor Codes
All color formats for development
HEX
#FFCD1ARGB
rgb(255, 205, 26)HSL
hsl(47, 100%, 55%)OKLCH
oklch(0.868 0.173 90.3)CMYK
cmyk(0%, 20%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCC600
2#E0B000
3#C49A00
4#A88400
5#8C6E00
6#705800
7#544200
8#382C00
9#1C1600
Tints
Lighter variations
1#FFD230
2#FFD747
3#FFDC5E
4#FFE175
5#FFE68C
6#FFEBA3
7#FFF0BA
8#FFF5D1
9#FFFAE8
Tones
Muted variations
1#F4C725
2#E8C030
3#DDBA3C
4#D1B347
5#C6AD53
6#BAA65E
7#AFA06A
8#A39975
9#989381
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF7 #FFF7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF1 #FFF1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE6 #FFE68A | BordersInactive statesPlaceholder text |
| 400 | FFD8 #FFD84D | Disabled statesSecondary iconsMuted text |
| 500 | FFCD #FFCD1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0B0 #E0B000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B38C #B38C00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8064 #806400 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5240 #524000 | Primary textHigh emphasis contentDark headings |
| 950 | 3328 #332800 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFCF0;
--gold-100: #FFF7DB;
--gold-200: #FFF1BD;
--gold-300: #FFE68A;
--gold-400: #FFD84D;
--gold-500: #FFCD1A;
--gold-600: #E0B000;
--gold-700: #B38C00;
--gold-800: #806400;
--gold-900: #524000;
--gold-950: #332800;
}