Gold
#E3E135
YellowColor Codes
All color formats for development
HEX
#E3E135RGB
rgb(227, 225, 53)HSL
hsl(59, 76%, 55%)OKLCH
oklch(0.884 0.178 108.9)CMYK
cmyk(0%, 1%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEDB1E
2#C5C31B
3#ADAA18
4#949214
5#7B7A11
6#63610D
7#4A490A
8#313107
9#191803
Tints
Lighter variations
1#E6E449
2#E9E75D
3#ECEA72
4#EEED86
5#F1F09A
6#F4F3AE
7#F7F6C2
8#F9F9D7
9#FCFCEB
Tones
Muted variations
1#DBD83E
2#D2D046
3#C9C74F
4#C1BF58
5#B8B661
6#AFAE69
7#A6A672
8#9E9D7B
9#959584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EF #F1EF98 | BordersInactive statesPlaceholder text |
| 400 | EAE7 #EAE762 | Disabled statesSecondary iconsMuted text |
| 500 | E3E1 #E3E135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C3 #C5C31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9B #9D9B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706F #706F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4847 #48470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF2;
--gold-100: #FBFAE0;
--gold-200: #F7F6C5;
--gold-300: #F1EF98;
--gold-400: #EAE762;
--gold-500: #E3E135;
--gold-600: #C5C31B;
--gold-700: #9D9B15;
--gold-800: #706F0F;
--gold-900: #48470A;
--gold-950: #2D2C06;
}