Gold

#E9CD2F

Yellow

Color Codes

All color formats for development

HEX
#E9CD2F
RGB
rgb(233, 205, 47)
HSL
hsl(51, 81%, 55%)
OKLCH
oklch(0.847 0.164 98.3)
CMYK
cmyk(0%, 12%, 80%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF7
200
#F9F1
300
#F4E6
400
#EED8
500
#E9CD
600
#CBB0
700
#A28C
800
#7364
900
#4A40
950
#2E28

Shades

Darker variations

1#E4C618
2#CBB015
3#B29A13
4#988410
5#7F6E0D
6#66580B
7#4C4208
8#332C05
9#191603

Tints

Lighter variations

1#EBD244
2#EED759
3#F0DC6E
4#F2E182
5#F4E697
6#F6EBAC
7#F8F0C1
8#FBF5D5
9#FDFAEA

Tones

Muted variations

1#E0C739
2#D7C042
3#CDBA4B
4#C4B354
5#BBAD5E
6#B1A667
7#A8A070
8#9F997A
9#969383

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF7
#FCF7DF
Light backgroundsTable row hoverSkeleton loading
200
F9F1
#F9F1C3
Secondary backgroundsInput backgroundsDividers
300
F4E6
#F4E695
BordersInactive statesPlaceholder text
400
EED8
#EED85D
Disabled statesSecondary iconsMuted text
500
E9CD
#E9CD2F
Primary brand colorCTAsActive elementsLinks
600
CBB0
#CBB015
Hover statesFocus ringsPrimary buttons hover
700
A28C
#A28C11
Active/pressed statesDark mode accentsSecondary text
800
7364
#73640C
Text on light backgroundsHeadingsStrong borders
900
4A40
#4A4008
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: #FEFCF1;
  --gold-100: #FCF7DF;
  --gold-200: #F9F1C3;
  --gold-300: #F4E695;
  --gold-400: #EED85D;
  --gold-500: #E9CD2F;
  --gold-600: #CBB015;
  --gold-700: #A28C11;
  --gold-800: #73640C;
  --gold-900: #4A4008;
  --gold-950: #2E2805;
}
Generate More ShadesCreate PaletteConvert Color