Gold

#E9E02F

Yellow

Color Codes

All color formats for development

HEX
#E9E02F
RGB
rgb(233, 224, 47)
HSL
hsl(57, 81%, 55%)
OKLCH
oklch(0.886 0.179 106.4)
CMYK
cmyk(0%, 4%, 80%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#F9F6
300
#F4EF
400
#EEE7
500
#E9E0
600
#CBC2
700
#A29A
800
#736E
900
#4A47
950
#2E2C

Shades

Darker variations

1#E4DA18
2#CBC215
3#B2AA13
4#989110
5#7F790D
6#66610B
7#4C4908
8#333005
9#191803

Tints

Lighter variations

1#EBE344
2#EEE659
3#F0E96E
4#F2EC82
5#F4EF97
6#F6F3AC
7#F8F6C1
8#FBF9D5
9#FDFCEA

Tones

Muted variations

1#E0D839
2#D7CF42
3#CDC74B
4#C4BE54
5#BBB65E
6#B1AE67
7#A8A570
8#9F9D7A
9#969583

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFA
#FCFADF
Light backgroundsTable row hoverSkeleton loading
200
F9F6
#F9F6C3
Secondary backgroundsInput backgroundsDividers
300
F4EF
#F4EF95
BordersInactive statesPlaceholder text
400
EEE7
#EEE75D
Disabled statesSecondary iconsMuted text
500
E9E0
#E9E02F
Primary brand colorCTAsActive elementsLinks
600
CBC2
#CBC215
Hover statesFocus ringsPrimary buttons hover
700
A29A
#A29A11
Active/pressed statesDark mode accentsSecondary text
800
736E
#736E0C
Text on light backgroundsHeadingsStrong borders
900
4A47
#4A4708
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: #FEFDF1;
  --gold-100: #FCFADF;
  --gold-200: #F9F6C3;
  --gold-300: #F4EF95;
  --gold-400: #EEE75D;
  --gold-500: #E9E02F;
  --gold-600: #CBC215;
  --gold-700: #A29A11;
  --gold-800: #736E0C;
  --gold-900: #4A4708;
  --gold-950: #2E2C05;
}
Generate More ShadesCreate PaletteConvert Color