Gold
#EADB2E
YellowColor Codes
All color formats for development
HEX
#EADB2ERGB
rgb(234, 219, 46)HSL
hsl(55, 82%, 55%)OKLCH
oklch(0.877 0.175 104.1)CMYK
cmyk(0%, 6%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6D417
2#CCBD14
3#B3A512
4#998E0F
5#80760D
6#665E0A
7#4D4708
8#332F05
9#1A1803
Tints
Lighter variations
1#ECDE43
2#EEE258
3#F1E66D
4#F3E982
5#F5ED97
6#F7F0AB
7#F9F4C0
8#FBF8D5
9#FDFBEA
Tones
Muted variations
1#E1D338
2#D8CB41
3#CEC34A
4#C5BB54
5#BBB35D
6#B2AC67
7#A8A470
8#9F9C79
9#969483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EC #F4EC94 | BordersInactive statesPlaceholder text |
| 400 | EFE3 #EFE35D | Disabled statesSecondary iconsMuted text |
| 500 | EADB #EADB2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCBD #CCBD14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A296 #A29610 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746B #746B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A45 #4A4507 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCF9DF;
--gold-200: #F9F5C3;
--gold-300: #F4EC94;
--gold-400: #EFE35D;
--gold-500: #EADB2E;
--gold-600: #CCBD14;
--gold-700: #A29610;
--gold-800: #746B0B;
--gold-900: #4A4507;
--gold-950: #2E2B05;
}