Gold

#E8DC30

Yellow

Color Codes

All color formats for development

HEX
#E8DC30
RGB
rgb(232, 220, 48)
HSL
hsl(56, 80%, 55%)
OKLCH
oklch(0.877 0.175 105.2)
CMYK
cmyk(0%, 5%, 79%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F5
300
#F3ED
400
#EDE4
500
#E8DC
600
#CABE
700
#A197
800
#736C
900
#4945
950
#2E2B

Shades

Darker variations

1#E3D619
2#CABE16
3#B1A614
4#978E11
5#7E770E
6#655F0B
7#4C4708
8#322F06
9#191803

Tints

Lighter variations

1#EADF45
2#EDE35A
3#EFE66E
4#F1EA83
5#F4ED98
6#F6F1AC
7#F8F4C1
8#FAF8D6
9#FDFBEA

Tones

Muted variations

1#DFD43A
2#D6CC43
3#CDC44C
4#C3BC55
5#BAB45E
6#B1AC68
7#A8A471
8#9F9C7A
9#959483

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBFA
#FBFADF
Light backgroundsTable row hoverSkeleton loading
200
F8F5
#F8F5C3
Secondary backgroundsInput backgroundsDividers
300
F3ED
#F3ED95
BordersInactive statesPlaceholder text
400
EDE4
#EDE45E
Disabled statesSecondary iconsMuted text
500
E8DC
#E8DC30
Primary brand colorCTAsActive elementsLinks
600
CABE
#CABE16
Hover statesFocus ringsPrimary buttons hover
700
A197
#A19712
Active/pressed statesDark mode accentsSecondary text
800
736C
#736C0D
Text on light backgroundsHeadingsStrong borders
900
4945
#494508
Primary textHigh emphasis contentDark headings
950
2E2B
#2E2B05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFDF1;
  --gold-100: #FBFADF;
  --gold-200: #F8F5C3;
  --gold-300: #F3ED95;
  --gold-400: #EDE45E;
  --gold-500: #E8DC30;
  --gold-600: #CABE16;
  --gold-700: #A19712;
  --gold-800: #736C0D;
  --gold-900: #494508;
  --gold-950: #2E2B05;
}
Generate More ShadesCreate PaletteConvert Color