Gold

#E7E132

Yellow

Color Codes

All color formats for development

HEX
#E7E132
RGB
rgb(231, 225, 50)
HSL
hsl(58, 79%, 55%)
OKLCH
oklch(0.887 0.179 107.5)
CMYK
cmyk(0%, 3%, 78%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F6
300
#F3F0
400
#ECE8
500
#E7E1
600
#C9C3
700
#A09B
800
#726F
900
#4947
950
#2E2C

Shades

Darker variations

1#E2DB1B
2#C9C318
3#B0AB15
4#979212
5#7E7A0F
6#64610C
7#4B4909
8#323106
9#191803

Tints

Lighter variations

1#E9E446
2#ECE75B
3#EEEA6F
4#F1ED84
5#F3F098
6#F5F3AD
7#F8F6C1
8#FAF9D6
9#FDFCEA

Tones

Muted variations

1#DED83B
2#D5D044
3#CCC74D
4#C3BF56
5#BAB75F
6#B1AE68
7#A7A671
8#9E9D7A
9#959583

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
F8F6
#F8F6C4
Secondary backgroundsInput backgroundsDividers
300
F3F0
#F3F096
BordersInactive statesPlaceholder text
400
ECE8
#ECE85F
Disabled statesSecondary iconsMuted text
500
E7E1
#E7E132
Primary brand colorCTAsActive elementsLinks
600
C9C3
#C9C318
Hover statesFocus ringsPrimary buttons hover
700
A09B
#A09B13
Active/pressed statesDark mode accentsSecondary text
800
726F
#726F0D
Text on light backgroundsHeadingsStrong borders
900
4947
#494709
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: #F8F6C4;
  --gold-300: #F3F096;
  --gold-400: #ECE85F;
  --gold-500: #E7E132;
  --gold-600: #C9C318;
  --gold-700: #A09B13;
  --gold-800: #726F0D;
  --gold-900: #494709;
  --gold-950: #2E2C05;
}
Generate More ShadesCreate PaletteConvert Color