Gold

#EBE82D

Yellow

Color Codes

All color formats for development

HEX
#EBE82D
RGB
rgb(235, 232, 45)
HSL
hsl(59, 83%, 55%)
OKLCH
oklch(0.905 0.186 108.6)
CMYK
cmyk(0%, 1%, 81%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFB
200
#F9F8
300
#F5F3
400
#F0ED
500
#EBE8
600
#CDCA
700
#A3A1
800
#7573
900
#4B4A
950
#2F2E

Shades

Darker variations

1#E7E315
2#CDCA13
3#B4B111
4#9A980E
5#807E0C
6#67650A
7#4D4C07
8#333305
9#1A1902

Tints

Lighter variations

1#EDEB42
2#EFED57
3#F1EF6C
4#F3F181
5#F5F496
6#F7F6AB
7#F9F8C0
8#FBFAD5
9#FDFDEA

Tones

Muted variations

1#E2DF37
2#D8D640
3#CFCD4A
4#C5C353
5#BCBA5D
6#B2B166
7#A9A870
8#9F9F79
9#969583

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFB
#FCFBDE
Light backgroundsTable row hoverSkeleton loading
200
F9F8
#F9F8C2
Secondary backgroundsInput backgroundsDividers
300
F5F3
#F5F394
BordersInactive statesPlaceholder text
400
F0ED
#F0ED5C
Disabled statesSecondary iconsMuted text
500
EBE8
#EBE82D
Primary brand colorCTAsActive elementsLinks
600
CDCA
#CDCA13
Hover statesFocus ringsPrimary buttons hover
700
A3A1
#A3A10F
Active/pressed statesDark mode accentsSecondary text
800
7573
#75730B
Text on light backgroundsHeadingsStrong borders
900
4B4A
#4B4A07
Primary textHigh emphasis contentDark headings
950
2F2E
#2F2E04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF1;
  --gold-100: #FCFBDE;
  --gold-200: #F9F8C2;
  --gold-300: #F5F394;
  --gold-400: #F0ED5C;
  --gold-500: #EBE82D;
  --gold-600: #CDCA13;
  --gold-700: #A3A10F;
  --gold-800: #75730B;
  --gold-900: #4B4A07;
  --gold-950: #2F2E04;
}
Generate More ShadesCreate PaletteConvert Color