Gold

#EBDC2D

Yellow

Color Codes

All color formats for development

HEX
#EBDC2D
RGB
rgb(235, 220, 45)
HSL
hsl(55, 83%, 55%)
OKLCH
oklch(0.88 0.176 104.1)
CMYK
cmyk(0%, 6%, 81%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCF9
200
#F9F5
300
#F5ED
400
#F0E3
500
#EBDC
600
#CDBE
700
#A397
800
#756C
900
#4B45
950
#2F2B

Shades

Darker variations

1#E7D615
2#CDBE13
3#B4A611
4#9A8E0E
5#80770C
6#675F0A
7#4D4707
8#332F05
9#1A1802

Tints

Lighter variations

1#EDDF42
2#EFE357
3#F1E66C
4#F3EA81
5#F5ED96
6#F7F1AB
7#F9F4C0
8#FBF8D5
9#FDFBEA

Tones

Muted variations

1#E2D437
2#D8CC40
3#CFC44A
4#C5BC53
5#BCB45D
6#B2AC66
7#A9A470
8#9F9C79
9#969483

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF9
#FCF9DE
Light backgroundsTable row hoverSkeleton loading
200
F9F5
#F9F5C2
Secondary backgroundsInput backgroundsDividers
300
F5ED
#F5ED94
BordersInactive statesPlaceholder text
400
F0E3
#F0E35C
Disabled statesSecondary iconsMuted text
500
EBDC
#EBDC2D
Primary brand colorCTAsActive elementsLinks
600
CDBE
#CDBE13
Hover statesFocus ringsPrimary buttons hover
700
A397
#A3970F
Active/pressed statesDark mode accentsSecondary text
800
756C
#756C0B
Text on light backgroundsHeadingsStrong borders
900
4B45
#4B4507
Primary textHigh emphasis contentDark headings
950
2F2B
#2F2B04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF1;
  --gold-100: #FCF9DE;
  --gold-200: #F9F5C2;
  --gold-300: #F5ED94;
  --gold-400: #F0E35C;
  --gold-500: #EBDC2D;
  --gold-600: #CDBE13;
  --gold-700: #A3970F;
  --gold-800: #756C0B;
  --gold-900: #4B4507;
  --gold-950: #2F2B04;
}
Generate More ShadesCreate PaletteConvert Color