Gold
#E9DD2F
YellowColor Codes
All color formats for development
HEX
#E9DD2FRGB
rgb(233, 221, 47)HSL
hsl(56, 81%, 55%)OKLCH
oklch(0.88 0.176 105.2)CMYK
cmyk(0%, 5%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4D718
2#CBBF15
3#B2A713
4#988F10
5#7F770D
6#665F0B
7#4C4808
8#333005
9#191803
Tints
Lighter variations
1#EBE044
2#EEE459
3#F0E76E
4#F2EA82
5#F4EE97
6#F6F1AC
7#F8F5C1
8#FBF8D5
9#FDFCEA
Tones
Muted variations
1#E0D539
2#D7CD42
3#CDC54B
4#C4BD54
5#BBB55E
6#B1AC67
7#A8A470
8#9F9C7A
9#969483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EE #F4EE95 | BordersInactive statesPlaceholder text |
| 400 | EEE4 #EEE45D | Disabled statesSecondary iconsMuted text |
| 500 | E9DD #E9DD2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBBF #CBBF15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A298 #A29811 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736D #736D0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A45 #4A4508 | 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: #FCFADF;
--gold-200: #F9F5C3;
--gold-300: #F4EE95;
--gold-400: #EEE45D;
--gold-500: #E9DD2F;
--gold-600: #CBBF15;
--gold-700: #A29811;
--gold-800: #736D0C;
--gold-900: #4A4508;
--gold-950: #2E2B05;
}