Gold
#E5CA34
YellowColor Codes
All color formats for development
HEX
#E5CA34RGB
rgb(229, 202, 52)HSL
hsl(51, 77%, 55%)OKLCH
oklch(0.838 0.159 98.4)CMYK
cmyk(0%, 12%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFC21D
2#C7AD1A
3#AE9717
4#958213
5#7C6C10
6#63560D
7#4A410A
8#322B06
9#191603
Tints
Lighter variations
1#E7CF48
2#EAD55D
3#EDDA71
4#EFDF85
5#F2E599
6#F4EAAE
7#F7EFC2
8#FAF4D6
9#FCFAEB
Tones
Muted variations
1#DCC43D
2#D3BE46
3#CAB84E
4#C1B157
5#B8AB60
6#B0A569
7#A79F72
8#9E997B
9#959283
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E4 #F2E497 | BordersInactive statesPlaceholder text |
| 400 | EAD6 #EAD661 | Disabled statesSecondary iconsMuted text |
| 500 | E5CA #E5CA34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7AD #C7AD1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E89 #9E8915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7162 #71620F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483F #483F09 | 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: #FDFBF1;
--gold-100: #FBF7DF;
--gold-200: #F7F0C4;
--gold-300: #F2E497;
--gold-400: #EAD661;
--gold-500: #E5CA34;
--gold-600: #C7AD1A;
--gold-700: #9E8915;
--gold-800: #71620F;
--gold-900: #483F09;
--gold-950: #2D2706;
}