Gold
#FFC21A
OrangeColor Codes
All color formats for development
HEX
#FFC21ARGB
rgb(255, 194, 26)HSL
hsl(44, 100%, 55%)OKLCH
oklch(0.846 0.169 84.9)CMYK
cmyk(0%, 24%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCB900
2#E0A500
3#C49000
4#A87B00
5#8C6700
6#705200
7#543E00
8#382900
9#1C1500
Tints
Lighter variations
1#FFC830
2#FFCE47
3#FFD45E
4#FFDA75
5#FFE08C
6#FFE7A3
7#FFEDBA
8#FFF3D1
9#FFF9E8
Tones
Muted variations
1#F4BC25
2#E8B730
3#DDB23C
4#D1AC47
5#C6A753
6#BAA25E
7#AF9C6A
8#A39775
9#989281
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF5 #FFF5DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFED #FFEDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE0 #FFE08A | BordersInactive statesPlaceholder text |
| 400 | FFCF #FFCF4D | Disabled statesSecondary iconsMuted text |
| 500 | FFC2 #FFC21A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0A5 #E0A500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B383 #B38300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 805E #805E00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 523C #523C00 | Primary textHigh emphasis contentDark headings |
| 950 | 3325 #332500 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFBF0;
--gold-100: #FFF5DB;
--gold-200: #FFEDBD;
--gold-300: #FFE08A;
--gold-400: #FFCF4D;
--gold-500: #FFC21A;
--gold-600: #E0A500;
--gold-700: #B38300;
--gold-800: #805E00;
--gold-900: #523C00;
--gold-950: #332500;
}