Gold

#E7CC32

Yellow

Color Codes

All color formats for development

HEX
#E7CC32
RGB
rgb(231, 204, 50)
HSL
hsl(51, 79%, 55%)
OKLCH
oklch(0.843 0.162 98.6)
CMYK
cmyk(0%, 12%, 78%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFC
100
#FBF7
200
#F8F0
300
#F3E5
400
#ECD7
500
#E7CC
600
#C9AE
700
#A08B
800
#7263
900
#493F
950
#2E28

Shades

Darker variations

1#E2C41B
2#C9AE18
3#B09815
4#978312
5#7E6D0F
6#64570C
7#4B4109
8#322C06
9#191603

Tints

Lighter variations

1#E9D146
2#ECD65B
3#EEDB6F
4#F1E084
5#F3E598
6#F5EAAD
7#F8F0C1
8#FAF5D6
9#FDFAEA

Tones

Muted variations

1#DEC53B
2#D5BF44
3#CCB94D
4#C3B256
5#BAAC5F
6#B1A668
7#A79F71
8#9E997A
9#959383

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFC
#FDFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF7
#FBF7DF
Light backgroundsTable row hoverSkeleton loading
200
F8F0
#F8F0C4
Secondary backgroundsInput backgroundsDividers
300
F3E5
#F3E596
BordersInactive statesPlaceholder text
400
ECD7
#ECD75F
Disabled statesSecondary iconsMuted text
500
E7CC
#E7CC32
Primary brand colorCTAsActive elementsLinks
600
C9AE
#C9AE18
Hover statesFocus ringsPrimary buttons hover
700
A08B
#A08B13
Active/pressed statesDark mode accentsSecondary text
800
7263
#72630D
Text on light backgroundsHeadingsStrong borders
900
493F
#493F09
Primary textHigh emphasis contentDark headings
950
2E28
#2E2805
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFCF1;
  --gold-100: #FBF7DF;
  --gold-200: #F8F0C4;
  --gold-300: #F3E596;
  --gold-400: #ECD75F;
  --gold-500: #E7CC32;
  --gold-600: #C9AE18;
  --gold-700: #A08B13;
  --gold-800: #72630D;
  --gold-900: #493F09;
  --gold-950: #2E2805;
}
Generate More ShadesCreate PaletteConvert Color