Gold
#E6DD33
YellowColor Codes
All color formats for development
HEX
#E6DD33RGB
rgb(230, 221, 51)HSL
hsl(57, 78%, 55%)OKLCH
oklch(0.878 0.175 106.3)CMYK
cmyk(0%, 4%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1D71C
2#C8BF19
3#AFA716
4#968F13
5#7D770F
6#645F0C
7#4B4809
8#323006
9#191803
Tints
Lighter variations
1#E8E047
2#EBE45C
3#EDE770
4#F0EA84
5#F2EE99
6#F5F1AD
7#F7F5C2
8#FAF8D6
9#FCFCEB
Tones
Muted variations
1#DDD53C
2#D4CD45
3#CBC54E
4#C2BD57
5#B9B55F
6#B0AC68
7#A7A471
8#9E9C7A
9#959483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F5 #F8F5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EE #F2EE97 | BordersInactive statesPlaceholder text |
| 400 | EBE4 #EBE460 | Disabled statesSecondary iconsMuted text |
| 500 | E6DD #E6DD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8BF #C8BF19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F98 #9F9814 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716D #716D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4945 #494509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F8F5C4;
--gold-300: #F2EE97;
--gold-400: #EBE460;
--gold-500: #E6DD33;
--gold-600: #C8BF19;
--gold-700: #9F9814;
--gold-800: #716D0E;
--gold-900: #494509;
--gold-950: #2D2B06;
}