Gold

#EADE2E

Yellow

Color Codes

All color formats for development

HEX
#EADE2E
RGB
rgb(234, 222, 46)
HSL
hsl(56, 82%, 55%)
OKLCH
oklch(0.883 0.177 105.3)
CMYK
cmyk(0%, 5%, 80%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

14.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#F9F5
300
#F4EE
400
#EFE5
500
#EADE
600
#CCC0
700
#A299
800
#746D
900
#4A46
950
#2E2C

Shades

Darker variations

1#E6D817
2#CCC014
3#B3A812
4#99900F
5#80780D
6#66600A
7#4D4808
8#333005
9#1A1803

Tints

Lighter variations

1#ECE143
2#EEE458
3#F1E86D
4#F3EB82
5#F5EE97
6#F7F2AB
7#F9F5C0
8#FBF8D5
9#FDFCEA

Tones

Muted variations

1#E1D638
2#D8CD41
3#CEC54A
4#C5BD54
5#BBB55D
6#B2AD67
7#A8A570
8#9F9D79
9#969483

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFA
#FCFADF
Light backgroundsTable row hoverSkeleton loading
200
F9F5
#F9F5C3
Secondary backgroundsInput backgroundsDividers
300
F4EE
#F4EE94
BordersInactive statesPlaceholder text
400
EFE5
#EFE55D
Disabled statesSecondary iconsMuted text
500
EADE
#EADE2E
Primary brand colorCTAsActive elementsLinks
600
CCC0
#CCC014
Hover statesFocus ringsPrimary buttons hover
700
A299
#A29910
Active/pressed statesDark mode accentsSecondary text
800
746D
#746D0B
Text on light backgroundsHeadingsStrong borders
900
4A46
#4A4607
Primary textHigh emphasis contentDark headings
950
2E2C
#2E2C05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF1;
  --gold-100: #FCFADF;
  --gold-200: #F9F5C3;
  --gold-300: #F4EE94;
  --gold-400: #EFE55D;
  --gold-500: #EADE2E;
  --gold-600: #CCC014;
  --gold-700: #A29910;
  --gold-800: #746D0B;
  --gold-900: #4A4607;
  --gold-950: #2E2C05;
}
Generate More ShadesCreate PaletteConvert Color