Gold

#EBCC2D

Yellow

Color Codes

All color formats for development

HEX
#EBCC2D
RGB
rgb(235, 204, 45)
HSL
hsl(50, 83%, 55%)
OKLCH
oklch(0.847 0.164 97.1)
CMYK
cmyk(0%, 13%, 81%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF7
200
#F9F0
300
#F5E5
400
#F0D7
500
#EBCC
600
#CDAE
700
#A38B
800
#7563
900
#4B3F
950
#2F28

Shades

Darker variations

1#E7C415
2#CDAE13
3#B49811
4#9A830E
5#806D0C
6#67570A
7#4D4107
8#332C05
9#1A1602

Tints

Lighter variations

1#EDD142
2#EFD657
3#F1DB6C
4#F3E081
5#F5E596
6#F7EAAB
7#F9F0C0
8#FBF5D5
9#FDFAEA

Tones

Muted variations

1#E2C537
2#D8BF40
3#CFB94A
4#C5B253
5#BCAC5D
6#B2A666
7#A99F70
8#9F9979
9#969383

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF7
#FCF7DE
Light backgroundsTable row hoverSkeleton loading
200
F9F0
#F9F0C2
Secondary backgroundsInput backgroundsDividers
300
F5E5
#F5E594
BordersInactive statesPlaceholder text
400
F0D7
#F0D75C
Disabled statesSecondary iconsMuted text
500
EBCC
#EBCC2D
Primary brand colorCTAsActive elementsLinks
600
CDAE
#CDAE13
Hover statesFocus ringsPrimary buttons hover
700
A38B
#A38B0F
Active/pressed statesDark mode accentsSecondary text
800
7563
#75630B
Text on light backgroundsHeadingsStrong borders
900
4B3F
#4B3F07
Primary textHigh emphasis contentDark headings
950
2F28
#2F2804
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFCF1;
  --gold-100: #FCF7DE;
  --gold-200: #F9F0C2;
  --gold-300: #F5E594;
  --gold-400: #F0D75C;
  --gold-500: #EBCC2D;
  --gold-600: #CDAE13;
  --gold-700: #A38B0F;
  --gold-800: #75630B;
  --gold-900: #4B3F07;
  --gold-950: #2F2804;
}
Generate More ShadesCreate PaletteConvert Color