Gold
#EBDF2D
YellowColor Codes
All color formats for development
HEX
#EBDF2DRGB
rgb(235, 223, 45)HSL
hsl(56, 83%, 55%)OKLCH
oklch(0.886 0.178 105.3)CMYK
cmyk(0%, 5%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7D915
2#CDC113
3#B4A911
4#9A910E
5#80790C
6#67600A
7#4D4807
8#333005
9#1A1802
Tints
Lighter variations
1#EDE242
2#EFE557
3#F1E86C
4#F3EC81
5#F5EF96
6#F7F2AB
7#F9F5C0
8#FBF9D5
9#FDFCEA
Tones
Muted variations
1#E2D737
2#D8CE40
3#CFC64A
4#C5BE53
5#BCB65D
6#B2AD66
7#A9A570
8#9F9D79
9#969583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F6 #F9F6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EF #F5EF94 | BordersInactive statesPlaceholder text |
| 400 | F0E6 #F0E65C | Disabled statesSecondary iconsMuted text |
| 500 | EBDF #EBDF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC1 #CDC113 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A399 #A3990F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756E #756E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B46 #4B4607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2C #2F2C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFADE;
--gold-200: #F9F6C2;
--gold-300: #F5EF94;
--gold-400: #F0E65C;
--gold-500: #EBDF2D;
--gold-600: #CDC113;
--gold-700: #A3990F;
--gold-800: #756E0B;
--gold-900: #4B4607;
--gold-950: #2F2C04;
}