Gold
#E3D235
YellowColor Codes
All color formats for development
HEX
#E3D235RGB
rgb(227, 210, 53)HSL
hsl(54, 76%, 55%)OKLCH
oklch(0.852 0.165 102.9)CMYK
cmyk(0%, 7%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DECB1E
2#C5B41B
3#AD9E18
4#948714
5#7B7111
6#635A0D
7#4A440A
8#312D07
9#191703
Tints
Lighter variations
1#E6D749
2#E9DB5D
3#ECE072
4#EEE486
5#F1E99A
6#F4EDAE
7#F7F2C2
8#F9F6D7
9#FCFBEB
Tones
Muted variations
1#DBCB3E
2#D2C446
3#C9BD4F
4#C1B658
5#B8AF61
6#AFA869
7#A6A172
8#9E9A7B
9#959384
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F2 #F7F2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E8 #F1E898 | BordersInactive statesPlaceholder text |
| 400 | EADC #EADC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D2 #E3D235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B4 #C5B41B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D90 #9D9015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7067 #70670F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4842 #48420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF2;
--gold-100: #FBF8E0;
--gold-200: #F7F2C5;
--gold-300: #F1E898;
--gold-400: #EADC62;
--gold-500: #E3D235;
--gold-600: #C5B41B;
--gold-700: #9D9015;
--gold-800: #70670F;
--gold-900: #48420A;
--gold-950: #2D2906;
}