Gold
#EDE32C
YellowColor Codes
All color formats for development
HEX
#EDE32CRGB
rgb(237, 227, 44)HSL
hsl(57, 84%, 55%)OKLCH
oklch(0.896 0.182 106.1)CMYK
cmyk(0%, 4%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8DE14
2#CEC512
3#B5AC10
4#9B940D
5#817B0B
6#676309
7#4D4A07
8#343104
9#1A1902
Tints
Lighter variations
1#EEE641
2#F0E956
3#F2EB6B
4#F4EE80
5#F6F195
6#F8F4AB
7#F9F7C0
8#FBF9D5
9#FDFCEA
Tones
Muted variations
1#E3DA35
2#D9D23F
3#D0C949
4#C6C052
5#BCB85C
6#B3AF66
7#A9A66F
8#A09E79
9#969583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF7 #FAF7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F1 #F6F193 | BordersInactive statesPlaceholder text |
| 400 | F1E9 #F1E95B | Disabled statesSecondary iconsMuted text |
| 500 | EDE3 #EDE32C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEC5 #CEC512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A49D #A49D0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7570 #75700A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDE;
--gold-200: #FAF7C2;
--gold-300: #F6F193;
--gold-400: #F1E95B;
--gold-500: #EDE32C;
--gold-600: #CEC512;
--gold-700: #A49D0E;
--gold-800: #75700A;
--gold-900: #4B4807;
--gold-950: #2F2D04;
}