Gold

#EEC02B

Yellow

Color Codes

All color formats for development

HEX
#EEC02B
RGB
rgb(238, 192, 43)
HSL
hsl(46, 85%, 55%)
OKLCH
oklch(0.826 0.159 89.9)
CMYK
cmyk(0%, 19%, 82%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FCF5
200
#FAED
300
#F6DF
400
#F2CE
500
#EEC0
600
#D0A3
700
#A582
800
#765D
900
#4B3B
950
#2F25

Shades

Darker variations

1#EAB713
2#D0A311
3#B68F0F
4#9C7A0D
5#82660B
6#685208
7#4E3D06
8#342904
9#1A1402

Tints

Lighter variations

1#F0C740
2#F1CD55
3#F3D36A
4#F5D980
5#F6E095
6#F8E6AA
7#FAECBF
8#FCF2D5
9#FDF9EA

Tones

Muted variations

1#E4BB34
2#DAB63E
3#D1B148
4#C7AB52
5#BDA65B
6#B3A165
7#AA9C6F
8#A09779
9#969182

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF5
#FCF5DE
Light backgroundsTable row hoverSkeleton loading
200
FAED
#FAEDC2
Secondary backgroundsInput backgroundsDividers
300
F6DF
#F6DF92
BordersInactive statesPlaceholder text
400
F2CE
#F2CE5A
Disabled statesSecondary iconsMuted text
500
EEC0
#EEC02B
Primary brand colorCTAsActive elementsLinks
600
D0A3
#D0A311
Hover statesFocus ringsPrimary buttons hover
700
A582
#A5820D
Active/pressed statesDark mode accentsSecondary text
800
765D
#765D0A
Text on light backgroundsHeadingsStrong borders
900
4B3B
#4B3B06
Primary textHigh emphasis contentDark headings
950
2F25
#2F2504
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFBF1;
  --gold-100: #FCF5DE;
  --gold-200: #FAEDC2;
  --gold-300: #F6DF92;
  --gold-400: #F2CE5A;
  --gold-500: #EEC02B;
  --gold-600: #D0A311;
  --gold-700: #A5820D;
  --gold-800: #765D0A;
  --gold-900: #4B3B06;
  --gold-950: #2F2504;
}
Generate More ShadesCreate PaletteConvert Color