Gold

#EBD82D

Yellow

Color Codes

All color formats for development

HEX
#EBD82D
RGB
rgb(235, 216, 45)
HSL
hsl(54, 83%, 55%)
OKLCH
oklch(0.871 0.173 102.5)
CMYK
cmyk(0%, 8%, 81%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF9
200
#F9F4
300
#F5EB
400
#F0E1
500
#EBD8
600
#CDBB
700
#A395
800
#756A
900
#4B44
950
#2F2A

Shades

Darker variations

1#E7D215
2#CDBB13
3#B4A311
4#9A8C0E
5#80750C
6#675D0A
7#4D4607
8#332F05
9#1A1702

Tints

Lighter variations

1#EDDC42
2#EFE057
3#F1E46C
4#F3E881
5#F5EC96
6#F7F0AB
7#F9F3C0
8#FBF7D5
9#FDFBEA

Tones

Muted variations

1#E2D137
2#D8C940
3#CFC24A
4#C5BA53
5#BCB25D
6#B2AB66
7#A9A370
8#9F9B79
9#969483

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF9
#FCF9DE
Light backgroundsTable row hoverSkeleton loading
200
F9F4
#F9F4C2
Secondary backgroundsInput backgroundsDividers
300
F5EB
#F5EB94
BordersInactive statesPlaceholder text
400
F0E1
#F0E15C
Disabled statesSecondary iconsMuted text
500
EBD8
#EBD82D
Primary brand colorCTAsActive elementsLinks
600
CDBB
#CDBB13
Hover statesFocus ringsPrimary buttons hover
700
A395
#A3950F
Active/pressed statesDark mode accentsSecondary text
800
756A
#756A0B
Text on light backgroundsHeadingsStrong borders
900
4B44
#4B4407
Primary textHigh emphasis contentDark headings
950
2F2A
#2F2A04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFCF1;
  --gold-100: #FCF9DE;
  --gold-200: #F9F4C2;
  --gold-300: #F5EB94;
  --gold-400: #F0E15C;
  --gold-500: #EBD82D;
  --gold-600: #CDBB13;
  --gold-700: #A3950F;
  --gold-800: #756A0B;
  --gold-900: #4B4407;
  --gold-950: #2F2A04;
}
Generate More ShadesCreate PaletteConvert Color