Gold

#EEE12B

Yellow

Color Codes

All color formats for development

HEX
#EEE12B
RGB
rgb(238, 225, 43)
HSL
hsl(56, 85%, 55%)
OKLCH
oklch(0.893 0.181 105)
CMYK
cmyk(0%, 5%, 82%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#FAF6
300
#F6F0
400
#F2E7
500
#EEE1
600
#D0C3
700
#A59B
800
#766F
900
#4B47
950
#2F2C

Shades

Darker variations

1#EADB13
2#D0C311
3#B6AA0F
4#9C920D
5#827A0B
6#686108
7#4E4906
8#343104
9#1A1802

Tints

Lighter variations

1#F0E440
2#F1E755
3#F3EA6A
4#F5ED80
5#F6F095
6#F8F3AA
7#FAF6BF
8#FCF9D5
9#FDFCEA

Tones

Muted variations

1#E4D834
2#DAD03E
3#D1C748
4#C7BF52
5#BDB75B
6#B3AE65
7#AAA66F
8#A09D79
9#969582

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFA
#FCFADE
Light backgroundsTable row hoverSkeleton loading
200
FAF6
#FAF6C2
Secondary backgroundsInput backgroundsDividers
300
F6F0
#F6F092
BordersInactive statesPlaceholder text
400
F2E7
#F2E75A
Disabled statesSecondary iconsMuted text
500
EEE1
#EEE12B
Primary brand colorCTAsActive elementsLinks
600
D0C3
#D0C311
Hover statesFocus ringsPrimary buttons hover
700
A59B
#A59B0D
Active/pressed statesDark mode accentsSecondary text
800
766F
#766F0A
Text on light backgroundsHeadingsStrong borders
900
4B47
#4B4706
Primary textHigh emphasis contentDark headings
950
2F2C
#2F2C04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF1;
  --gold-100: #FCFADE;
  --gold-200: #FAF6C2;
  --gold-300: #F6F092;
  --gold-400: #F2E75A;
  --gold-500: #EEE12B;
  --gold-600: #D0C311;
  --gold-700: #A59B0D;
  --gold-800: #766F0A;
  --gold-900: #4B4706;
  --gold-950: #2F2C04;
}
Generate More ShadesCreate PaletteConvert Color