Gold

#E7C632

Yellow

Color Codes

All color formats for development

HEX
#E7C632
RGB
rgb(231, 198, 50)
HSL
hsl(49, 79%, 55%)
OKLCH
oklch(0.831 0.158 95.6)
CMYK
cmyk(0%, 14%, 78%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF6
200
#F8EE
300
#F3E2
400
#ECD2
500
#E7C6
600
#C9A8
700
#A086
800
#7260
900
#493D
950
#2E26

Shades

Darker variations

1#E2BD1B
2#C9A818
3#B09315
4#977E12
5#7E690F
6#64540C
7#4B3F09
8#322A06
9#191503

Tints

Lighter variations

1#E9CB46
2#ECD15B
3#EED76F
4#F1DD84
5#F3E298
6#F5E8AD
7#F8EEC1
8#FAF4D6
9#FDF9EA

Tones

Muted variations

1#DEC03B
2#D5BA44
3#CCB44D
4#C3AF56
5#BAA95F
6#B1A368
7#A79D71
8#9E987A
9#959283

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF6
#FBF6DF
Light backgroundsTable row hoverSkeleton loading
200
F8EE
#F8EEC4
Secondary backgroundsInput backgroundsDividers
300
F3E2
#F3E296
BordersInactive statesPlaceholder text
400
ECD2
#ECD25F
Disabled statesSecondary iconsMuted text
500
E7C6
#E7C632
Primary brand colorCTAsActive elementsLinks
600
C9A8
#C9A818
Hover statesFocus ringsPrimary buttons hover
700
A086
#A08613
Active/pressed statesDark mode accentsSecondary text
800
7260
#72600D
Text on light backgroundsHeadingsStrong borders
900
493D
#493D09
Primary textHigh emphasis contentDark headings
950
2E26
#2E2605
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFBF1;
  --gold-100: #FBF6DF;
  --gold-200: #F8EEC4;
  --gold-300: #F3E296;
  --gold-400: #ECD25F;
  --gold-500: #E7C632;
  --gold-600: #C9A818;
  --gold-700: #A08613;
  --gold-800: #72600D;
  --gold-900: #493D09;
  --gold-950: #2E2605;
}
Generate More ShadesCreate PaletteConvert Color