Gold
#EDE02C
YellowColor Codes
All color formats for development
HEX
#EDE02CRGB
rgb(237, 224, 44)HSL
hsl(56, 84%, 55%)OKLCH
oklch(0.89 0.179 105)CMYK
cmyk(0%, 5%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8DA14
2#CEC212
3#B5AA10
4#9B910D
5#81790B
6#676109
7#4D4907
8#343004
9#1A1802
Tints
Lighter variations
1#EEE341
2#F0E656
3#F2E96B
4#F4EC80
5#F6EF95
6#F8F3AB
7#F9F6C0
8#FBF9D5
9#FDFCEA
Tones
Muted variations
1#E3D735
2#D9CF3F
3#D0C749
4#C6BE52
5#BCB65C
6#B3AE66
7#A9A56F
8#A09D79
9#969583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF6 #FAF6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EF #F6EF93 | BordersInactive statesPlaceholder text |
| 400 | F1E7 #F1E75B | Disabled statesSecondary iconsMuted text |
| 500 | EDE0 #EDE02C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEC2 #CEC212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A49A #A49A0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756E #756E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B47 #4B4707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2C #2F2C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFADE;
--gold-200: #FAF6C2;
--gold-300: #F6EF93;
--gold-400: #F1E75B;
--gold-500: #EDE02C;
--gold-600: #CEC212;
--gold-700: #A49A0E;
--gold-800: #756E0A;
--gold-900: #4B4707;
--gold-950: #2F2C04;
}