Gold

#EAD12E

Yellow

Color Codes

All color formats for development

HEX
#EAD12E
RGB
rgb(234, 209, 46)
HSL
hsl(52, 82%, 55%)
OKLCH
oklch(0.856 0.167 99.8)
CMYK
cmyk(0%, 11%, 80%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF8
200
#F9F2
300
#F4E8
400
#EFDB
500
#EAD1
600
#CCB4
700
#A28F
800
#7466
900
#4A41
950
#2E29

Shades

Darker variations

1#E6CA17
2#CCB414
3#B39D12
4#99870F
5#80700D
6#665A0A
7#4D4308
8#332D05
9#1A1603

Tints

Lighter variations

1#ECD643
2#EEDA58
3#F1DF6D
4#F3E482
5#F5E897
6#F7EDAB
7#F9F1C0
8#FBF6D5
9#FDFAEA

Tones

Muted variations

1#E1CA38
2#D8C341
3#CEBD4A
4#C5B654
5#BBAF5D
6#B2A867
7#A8A170
8#9F9A79
9#969383

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF8
#FCF8DF
Light backgroundsTable row hoverSkeleton loading
200
F9F2
#F9F2C3
Secondary backgroundsInput backgroundsDividers
300
F4E8
#F4E894
BordersInactive statesPlaceholder text
400
EFDB
#EFDB5D
Disabled statesSecondary iconsMuted text
500
EAD1
#EAD12E
Primary brand colorCTAsActive elementsLinks
600
CCB4
#CCB414
Hover statesFocus ringsPrimary buttons hover
700
A28F
#A28F10
Active/pressed statesDark mode accentsSecondary text
800
7466
#74660B
Text on light backgroundsHeadingsStrong borders
900
4A41
#4A4107
Primary textHigh emphasis contentDark headings
950
2E29
#2E2905
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFCF1;
  --gold-100: #FCF8DF;
  --gold-200: #F9F2C3;
  --gold-300: #F4E894;
  --gold-400: #EFDB5D;
  --gold-500: #EAD12E;
  --gold-600: #CCB414;
  --gold-700: #A28F10;
  --gold-800: #74660B;
  --gold-900: #4A4107;
  --gold-950: #2E2905;
}
Generate More ShadesCreate PaletteConvert Color