Gold
#EECA2B
YellowColor Codes
All color formats for development
HEX
#EECA2BRGB
rgb(238, 202, 43)HSL
hsl(49, 85%, 55%)OKLCH
oklch(0.846 0.164 95)CMYK
cmyk(0%, 15%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAC213
2#D0AD11
3#B6970F
4#9C810D
5#826C0B
6#685608
7#4E4106
8#342B04
9#1A1602
Tints
Lighter variations
1#F0CF40
2#F1D555
3#F3DA6A
4#F5DF80
5#F6E595
6#F8EAAA
7#FAEFBF
8#FCF4D5
9#FDFAEA
Tones
Muted variations
1#E4C434
2#DABE3E
3#D1B748
4#C7B152
5#BDAB5B
6#B3A565
7#AA9F6F
8#A09979
9#969282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF0 #FAF0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E4 #F6E492 | BordersInactive statesPlaceholder text |
| 400 | F2D6 #F2D65A | Disabled statesSecondary iconsMuted text |
| 500 | EECA #EECA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0AD #D0AD11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A589 #A5890D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7662 #76620A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3F #4B3F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FCF7DE;
--gold-200: #FAF0C2;
--gold-300: #F6E492;
--gold-400: #F2D65A;
--gold-500: #EECA2B;
--gold-600: #D0AD11;
--gold-700: #A5890D;
--gold-800: #76620A;
--gold-900: #4B3F06;
--gold-950: #2F2704;
}