Gold

#E7DE32

Yellow

Color Codes

All color formats for development

HEX
#E7DE32
RGB
rgb(231, 222, 50)
HSL
hsl(57, 79%, 55%)
OKLCH
oklch(0.881 0.176 106.3)
CMYK
cmyk(0%, 4%, 78%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F5
300
#F3EE
400
#ECE5
500
#E7DE
600
#C9C0
700
#A099
800
#726D
900
#4946
950
#2E2C

Shades

Darker variations

1#E2D81B
2#C9C018
3#B0A815
4#979012
5#7E780F
6#64600C
7#4B4809
8#323006
9#191803

Tints

Lighter variations

1#E9E146
2#ECE45B
3#EEE86F
4#F1EB84
5#F3EE98
6#F5F2AD
7#F8F5C1
8#FAF8D6
9#FDFCEA

Tones

Muted variations

1#DED63B
2#D5CE44
3#CCC54D
4#C3BD56
5#BAB55F
6#B1AD68
7#A7A571
8#9E9D7A
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
#F8F5C4
Secondary backgroundsInput backgroundsDividers
300
F3EE
#F3EE96
BordersInactive statesPlaceholder text
400
ECE5
#ECE55F
Disabled statesSecondary iconsMuted text
500
E7DE
#E7DE32
Primary brand colorCTAsActive elementsLinks
600
C9C0
#C9C018
Hover statesFocus ringsPrimary buttons hover
700
A099
#A09913
Active/pressed statesDark mode accentsSecondary text
800
726D
#726D0D
Text on light backgroundsHeadingsStrong borders
900
4946
#494609
Primary textHigh emphasis contentDark headings
950
2E2C
#2E2C05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFDF1;
  --gold-100: #FBFADF;
  --gold-200: #F8F5C4;
  --gold-300: #F3EE96;
  --gold-400: #ECE55F;
  --gold-500: #E7DE32;
  --gold-600: #C9C018;
  --gold-700: #A09913;
  --gold-800: #726D0D;
  --gold-900: #494609;
  --gold-950: #2E2C05;
}
Generate More ShadesCreate PaletteConvert Color