Gold
#E6CE33
YellowColor Codes
All color formats for development
HEX
#E6CE33RGB
rgb(230, 206, 51)HSL
hsl(52, 78%, 55%)OKLCH
oklch(0.847 0.163 99.9)CMYK
cmyk(0%, 10%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1C61C
2#C8B019
3#AF9A16
4#968413
5#7D6E0F
6#64580C
7#4B4209
8#322C06
9#191603
Tints
Lighter variations
1#E8D347
2#EBD85C
3#EDDD70
4#F0E284
5#F2E699
6#F5EBAD
7#F7F0C2
8#FAF5D6
9#FCFAEB
Tones
Muted variations
1#DDC73C
2#D4C145
3#CBBA4E
4#C2B457
5#B9AD5F
6#B0A768
7#A7A071
8#9E997A
9#959383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E6 #F2E697 | BordersInactive statesPlaceholder text |
| 400 | EBD9 #EBD960 | Disabled statesSecondary iconsMuted text |
| 500 | E6CE #E6CE33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B0 #C8B019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8C #9F8C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7164 #71640E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF7DF;
--gold-200: #F8F1C4;
--gold-300: #F2E697;
--gold-400: #EBD960;
--gold-500: #E6CE33;
--gold-600: #C8B019;
--gold-700: #9F8C14;
--gold-800: #71640E;
--gold-900: #494009;
--gold-950: #2D2806;
}