Gold
#E6CB33
YellowColor Codes
All color formats for development
HEX
#E6CB33RGB
rgb(230, 203, 51)HSL
hsl(51, 78%, 55%)OKLCH
oklch(0.841 0.161 98.5)CMYK
cmyk(0%, 12%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1C31C
2#C8AD19
3#AF9816
4#968213
5#7D6C0F
6#64570C
7#4B4109
8#322B06
9#191603
Tints
Lighter variations
1#E8D047
2#EBD55C
3#EDDB70
4#F0E084
5#F2E599
6#F5EAAD
7#F7EFC2
8#FAF5D6
9#FCFAEB
Tones
Muted variations
1#DDC53C
2#D4BE45
3#CBB84E
4#C2B257
5#B9AC5F
6#B0A568
7#A79F71
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 | F8F0 #F8F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E4 #F2E497 | BordersInactive statesPlaceholder text |
| 400 | EBD6 #EBD660 | Disabled statesSecondary iconsMuted text |
| 500 | E6CB #E6CB33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8AD #C8AD19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8A #9F8A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7163 #71630E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFCF1;
--gold-100: #FBF7DF;
--gold-200: #F8F0C4;
--gold-300: #F2E497;
--gold-400: #EBD660;
--gold-500: #E6CB33;
--gold-600: #C8AD19;
--gold-700: #9F8A14;
--gold-800: #71630E;
--gold-900: #493F09;
--gold-950: #2D2706;
}