Gold
#E3E335
YellowColor Codes
All color formats for development
HEX
#E3E335RGB
rgb(227, 227, 53)HSL
hsl(60, 76%, 55%)OKLCH
oklch(0.888 0.18 109.6)CMYK
cmyk(0%, 0%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEDE1E
2#C5C51B
3#ADAD18
4#949414
5#7B7B11
6#63630D
7#4A4A0A
8#313107
9#191903
Tints
Lighter variations
1#E6E649
2#E9E95D
3#ECEC72
4#EEEE86
5#F1F19A
6#F4F4AE
7#F7F7C2
8#F9F9D7
9#FCFCEB
Tones
Muted variations
1#DBDB3E
2#D2D246
3#C9C94F
4#C1C158
5#B8B861
6#AFAF69
7#A6A672
8#9E9E7B
9#959584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1F1 #F1F198 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3E3 #E3E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C5 #C5C51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9D #9D9D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #70700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #48480A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF2;
--gold-100: #FBFBE0;
--gold-200: #F7F7C5;
--gold-300: #F1F198;
--gold-400: #EAEA62;
--gold-500: #E3E335;
--gold-600: #C5C51B;
--gold-700: #9D9D15;
--gold-800: #70700F;
--gold-900: #48480A;
--gold-950: #2D2D06;
}