Gold
#FFC61A
YellowColor Codes
All color formats for development
HEX
#FFC61ARGB
rgb(255, 198, 26)HSL
hsl(45, 100%, 55%)OKLCH
oklch(0.854 0.171 86.9)CMYK
cmyk(0%, 22%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCBD00
2#E0A800
3#C49300
4#A87E00
5#8C6900
6#705400
7#543F00
8#382A00
9#1C1500
Tints
Lighter variations
1#FFCB30
2#FFD147
3#FFD75E
4#FFDD75
5#FFE28C
6#FFE8A3
7#FFEEBA
8#FFF4D1
9#FFF9E8
Tones
Muted variations
1#F4C025
2#E8BA30
3#DDB43C
4#D1AF47
5#C6A953
6#BAA35E
7#AF9D6A
8#A39875
9#989281
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF6 #FFF6DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEE #FFEEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE2 #FFE28A | BordersInactive statesPlaceholder text |
| 400 | FFD2 #FFD24D | Disabled statesSecondary iconsMuted text |
| 500 | FFC6 #FFC61A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0A8 #E0A800 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B386 #B38600 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8060 #806000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 523D #523D00 | Primary textHigh emphasis contentDark headings |
| 950 | 3326 #332600 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFBF0;
--gold-100: #FFF6DB;
--gold-200: #FFEEBD;
--gold-300: #FFE28A;
--gold-400: #FFD24D;
--gold-500: #FFC61A;
--gold-600: #E0A800;
--gold-700: #B38600;
--gold-800: #806000;
--gold-900: #523D00;
--gold-950: #332600;
}