Gold

#E3D235

Yellow

Color Codes

All color formats for development

HEX
#E3D235
RGB
rgb(227, 210, 53)
HSL
hsl(54, 76%, 55%)
OKLCH
oklch(0.852 0.165 102.9)
CMYK
cmyk(0%, 7%, 77%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFC
100
#FBF8
200
#F7F2
300
#F1E8
400
#EADC
500
#E3D2
600
#C5B4
700
#9D90
800
#7067
900
#4842
950
#2D29

Shades

Darker variations

1#DECB1E
2#C5B41B
3#AD9E18
4#948714
5#7B7111
6#635A0D
7#4A440A
8#312D07
9#191703

Tints

Lighter variations

1#E6D749
2#E9DB5D
3#ECE072
4#EEE486
5#F1E99A
6#F4EDAE
7#F7F2C2
8#F9F6D7
9#FCFBEB

Tones

Muted variations

1#DBCB3E
2#D2C446
3#C9BD4F
4#C1B658
5#B8AF61
6#AFA869
7#A6A172
8#9E9A7B
9#959384

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFC
#FDFCF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF8
#FBF8E0
Light backgroundsTable row hoverSkeleton loading
200
F7F2
#F7F2C5
Secondary backgroundsInput backgroundsDividers
300
F1E8
#F1E898
BordersInactive statesPlaceholder text
400
EADC
#EADC62
Disabled statesSecondary iconsMuted text
500
E3D2
#E3D235
Primary brand colorCTAsActive elementsLinks
600
C5B4
#C5B41B
Hover statesFocus ringsPrimary buttons hover
700
9D90
#9D9015
Active/pressed statesDark mode accentsSecondary text
800
7067
#70670F
Text on light backgroundsHeadingsStrong borders
900
4842
#48420A
Primary textHigh emphasis contentDark headings
950
2D29
#2D2906
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFCF2;
  --gold-100: #FBF8E0;
  --gold-200: #F7F2C5;
  --gold-300: #F1E898;
  --gold-400: #EADC62;
  --gold-500: #E3D235;
  --gold-600: #C5B41B;
  --gold-700: #9D9015;
  --gold-800: #70670F;
  --gold-900: #48420A;
  --gold-950: #2D2906;
}
Generate More ShadesCreate PaletteConvert Color