Gold

#E0D100

Yellow

Color Codes

All color formats for development

HEX
#E0D100
RGB
rgb(224, 209, 0)
HSL
hsl(56, 100%, 44%)
OKLCH
oklch(0.846 0.179 104.3)
CMYK
cmyk(0%, 7%, 100%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFE
100
#FFFD
200
#FFFB
300
#FFF7
400
#FFF3
500
#FFF0
600
#E0D1
700
#B3A7
800
#8077
900
#524C
950
#3330

Shades

Darker variations

1#CABC00
2#B4A800
3#9D9300
4#877E00
5#706900
6#5A5400
7#433F00
8#2D2A00
9#161500

Tints

Lighter variations

1#FDEC00
2#FFF01B
3#FFF237
4#FFF454
5#FFF570
6#FFF78D
7#FFF9A9
8#FFFBC6
9#FFFDE2

Tones

Muted variations

1#D5C80B
2#CABE16
3#BFB422
4#B4AB2D
5#A8A138
6#9D9743
7#928D4F
8#87845A
9#7B7A65

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFE
#FFFEF0
BackgroundsSubtle highlightsCard backgrounds
100
FFFD
#FFFDDB
Light backgroundsTable row hoverSkeleton loading
200
FFFB
#FFFBBD
Secondary backgroundsInput backgroundsDividers
300
FFF7
#FFF78A
BordersInactive statesPlaceholder text
400
FFF3
#FFF34D
Disabled statesSecondary iconsMuted text
500
FFF0
#FFF01A
Primary brand colorCTAsActive elementsLinks
600
E0D1
#E0D100
Hover statesFocus ringsPrimary buttons hover
700
B3A7
#B3A700
Active/pressed statesDark mode accentsSecondary text
800
8077
#807700
Text on light backgroundsHeadingsStrong borders
900
524C
#524C00
Primary textHigh emphasis contentDark headings
950
3330
#333000
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FFFEF0;
  --gold-100: #FFFDDB;
  --gold-200: #FFFBBD;
  --gold-300: #FFF78A;
  --gold-400: #FFF34D;
  --gold-500: #FFF01A;
  --gold-600: #E0D100;
  --gold-700: #B3A700;
  --gold-800: #807700;
  --gold-900: #524C00;
  --gold-950: #333000;
}
Generate More ShadesCreate PaletteConvert Color