Gold

#E7C932

Yellow

Color Codes

All color formats for development

HEX
#E7C932
RGB
rgb(231, 201, 50)
HSL
hsl(50, 79%, 55%)
OKLCH
oklch(0.837 0.16 97.1)
CMYK
cmyk(0%, 13%, 78%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF7
200
#F8EF
300
#F3E3
400
#ECD5
500
#E7C9
600
#C9AB
700
#A088
800
#7261
900
#493E
950
#2E27

Shades

Darker variations

1#E2C11B
2#C9AB18
3#B09615
4#978012
5#7E6B0F
6#64560C
7#4B4009
8#322B06
9#191503

Tints

Lighter variations

1#E9CE46
2#ECD45B
3#EED96F
4#F1DE84
5#F3E498
6#F5E9AD
7#F8EFC1
8#FAF4D6
9#FDFAEA

Tones

Muted variations

1#DEC33B
2#D5BD44
3#CCB74D
4#C3B156
5#BAAA5F
6#B1A468
7#A79E71
8#9E987A
9#959283

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF7
#FBF7DF
Light backgroundsTable row hoverSkeleton loading
200
F8EF
#F8EFC4
Secondary backgroundsInput backgroundsDividers
300
F3E3
#F3E396
BordersInactive statesPlaceholder text
400
ECD5
#ECD55F
Disabled statesSecondary iconsMuted text
500
E7C9
#E7C932
Primary brand colorCTAsActive elementsLinks
600
C9AB
#C9AB18
Hover statesFocus ringsPrimary buttons hover
700
A088
#A08813
Active/pressed statesDark mode accentsSecondary text
800
7261
#72610D
Text on light backgroundsHeadingsStrong borders
900
493E
#493E09
Primary textHigh emphasis contentDark headings
950
2E27
#2E2705
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFBF1;
  --gold-100: #FBF7DF;
  --gold-200: #F8EFC4;
  --gold-300: #F3E396;
  --gold-400: #ECD55F;
  --gold-500: #E7C932;
  --gold-600: #C9AB18;
  --gold-700: #A08813;
  --gold-800: #72610D;
  --gold-900: #493E09;
  --gold-950: #2E2705;
}
Generate More ShadesCreate PaletteConvert Color