Gold

#E3C135

Yellow

Color Codes

All color formats for development

HEX
#E3C135
RGB
rgb(227, 193, 53)
HSL
hsl(48, 76%, 55%)
OKLCH
oklch(0.818 0.153 94.6)
CMYK
cmyk(0%, 15%, 77%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF5
200
#F7ED
300
#F1DF
400
#EACE
500
#E3C1
600
#C5A3
700
#9D82
800
#705D
900
#483B
950
#2D25

Shades

Darker variations

1#DEB81E
2#C5A31B
3#AD8F18
4#947B14
5#7B6611
6#63520D
7#4A3D0A
8#312907
9#191403

Tints

Lighter variations

1#E6C749
2#E9CD5D
3#ECD372
4#EEDA86
5#F1E09A
6#F4E6AE
7#F7ECC2
8#F9F3D7
9#FCF9EB

Tones

Muted variations

1#DBBB3E
2#D2B646
3#C9B14F
4#C1AC58
5#B8A661
6#AFA169
7#A69C72
8#9E977B
9#959184

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF5
#FBF5E0
Light backgroundsTable row hoverSkeleton loading
200
F7ED
#F7EDC5
Secondary backgroundsInput backgroundsDividers
300
F1DF
#F1DF98
BordersInactive statesPlaceholder text
400
EACE
#EACE62
Disabled statesSecondary iconsMuted text
500
E3C1
#E3C135
Primary brand colorCTAsActive elementsLinks
600
C5A3
#C5A31B
Hover statesFocus ringsPrimary buttons hover
700
9D82
#9D8215
Active/pressed statesDark mode accentsSecondary text
800
705D
#705D0F
Text on light backgroundsHeadingsStrong borders
900
483B
#483B0A
Primary textHigh emphasis contentDark headings
950
2D25
#2D2506
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFBF2;
  --gold-100: #FBF5E0;
  --gold-200: #F7EDC5;
  --gold-300: #F1DF98;
  --gold-400: #EACE62;
  --gold-500: #E3C135;
  --gold-600: #C5A31B;
  --gold-700: #9D8215;
  --gold-800: #705D0F;
  --gold-900: #483B0A;
  --gold-950: #2D2506;
}
Generate More ShadesCreate PaletteConvert Color