Gold
#EBE22D
YellowColor Codes
All color formats for development
HEX
#EBE22DRGB
rgb(235, 226, 45)HSL
hsl(57, 83%, 55%)OKLCH
oklch(0.892 0.181 106.5)CMYK
cmyk(0%, 4%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7DD15
2#CDC413
3#B4AC11
4#9A930E
5#807B0C
6#67620A
7#4D4A07
8#333105
9#1A1902
Tints
Lighter variations
1#EDE542
2#EFE857
3#F1EB6C
4#F3EE81
5#F5F096
6#F7F3AB
7#F9F6C0
8#FBF9D5
9#FDFCEA
Tones
Muted variations
1#E2D937
2#D8D140
3#CFC84A
4#C5C053
5#BCB75D
6#B2AF66
7#A9A670
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 | F9F7 #F9F7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F0 #F5F094 | BordersInactive statesPlaceholder text |
| 400 | F0E8 #F0E85C | Disabled statesSecondary iconsMuted text |
| 500 | EBE2 #EBE22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC4 #CDC413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39C #A39C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756F #756F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B47 #4B4707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFADE;
--gold-200: #F9F7C2;
--gold-300: #F5F094;
--gold-400: #F0E85C;
--gold-500: #EBE22D;
--gold-600: #CDC413;
--gold-700: #A39C0F;
--gold-800: #756F0B;
--gold-900: #4B4707;
--gold-950: #2F2D04;
}