Gold

#E7C032

Yellow

Color Codes

All color formats for development

HEX
#E7C032
RGB
rgb(231, 192, 50)
HSL
hsl(47, 79%, 55%)
OKLCH
oklch(0.819 0.154 92.5)
CMYK
cmyk(0%, 17%, 78%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

11.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF5
200
#F8ED
300
#F3DF
400
#ECCE
500
#E7C0
600
#C9A2
700
#A081
800
#725C
900
#493B
950
#2E25

Shades

Darker variations

1#E2B71B
2#C9A218
3#B08E15
4#977A12
5#7E660F
6#64510C
7#4B3D09
8#322906
9#191403

Tints

Lighter variations

1#E9C646
2#ECCC5B
3#EED36F
4#F1D984
5#F3DF98
6#F5E6AD
7#F8ECC1
8#FAF2D6
9#FDF9EA

Tones

Muted variations

1#DEBA3B
2#D5B544
3#CCB04D
4#C3AB56
5#BAA65F
6#B1A168
7#A79C71
8#9E977A
9#959183

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF5
#FBF5DF
Light backgroundsTable row hoverSkeleton loading
200
F8ED
#F8EDC4
Secondary backgroundsInput backgroundsDividers
300
F3DF
#F3DF96
BordersInactive statesPlaceholder text
400
ECCE
#ECCE5F
Disabled statesSecondary iconsMuted text
500
E7C0
#E7C032
Primary brand colorCTAsActive elementsLinks
600
C9A2
#C9A218
Hover statesFocus ringsPrimary buttons hover
700
A081
#A08113
Active/pressed statesDark mode accentsSecondary text
800
725C
#725C0D
Text on light backgroundsHeadingsStrong borders
900
493B
#493B09
Primary textHigh emphasis contentDark headings
950
2E25
#2E2505
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFBF1;
  --gold-100: #FBF5DF;
  --gold-200: #F8EDC4;
  --gold-300: #F3DF96;
  --gold-400: #ECCE5F;
  --gold-500: #E7C032;
  --gold-600: #C9A218;
  --gold-700: #A08113;
  --gold-800: #725C0D;
  --gold-900: #493B09;
  --gold-950: #2E2505;
}
Generate More ShadesCreate PaletteConvert Color