Gold

#EFC12A

Yellow

Color Codes

All color formats for development

HEX
#EFC12A
RGB
rgb(239, 193, 42)
HSL
hsl(46, 86%, 55%)
OKLCH
oklch(0.829 0.16 90.1)
CMYK
cmyk(0%, 19%, 82%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF5
200
#FAED
300
#F7DF
400
#F3CF
500
#EFC1
600
#D1A4
700
#A682
800
#775D
900
#4C3C
950
#2F25

Shades

Darker variations

1#EBB812
2#D1A410
3#B78F0E
4#9D7B0C
5#82660A
6#685208
7#4E3D06
8#342904
9#1A1402

Tints

Lighter variations

1#F1C73F
2#F2CD54
3#F4D46A
4#F5DA7F
5#F7E094
6#F9E6AA
7#FAECBF
8#FCF3D4
9#FDF9EA

Tones

Muted variations

1#E5BC33
2#DBB63D
3#D1B147
4#C7AC51
5#BEA75B
6#B4A165
7#AA9C6F
8#A09779
9#969282

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF5
#FDF5DE
Light backgroundsTable row hoverSkeleton loading
200
FAED
#FAEDC1
Secondary backgroundsInput backgroundsDividers
300
F7DF
#F7DF92
BordersInactive statesPlaceholder text
400
F3CF
#F3CF59
Disabled statesSecondary iconsMuted text
500
EFC1
#EFC12A
Primary brand colorCTAsActive elementsLinks
600
D1A4
#D1A410
Hover statesFocus ringsPrimary buttons hover
700
A682
#A6820C
Active/pressed statesDark mode accentsSecondary text
800
775D
#775D09
Text on light backgroundsHeadingsStrong borders
900
4C3C
#4C3C06
Primary textHigh emphasis contentDark headings
950
2F25
#2F2504
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFBF1;
  --gold-100: #FDF5DE;
  --gold-200: #FAEDC1;
  --gold-300: #F7DF92;
  --gold-400: #F3CF59;
  --gold-500: #EFC12A;
  --gold-600: #D1A410;
  --gold-700: #A6820C;
  --gold-800: #775D09;
  --gold-900: #4C3C06;
  --gold-950: #2F2504;
}
Generate More ShadesCreate PaletteConvert Color