Gold

#E0C200

Yellow

Color Codes

All color formats for development

HEX
#E0C200
RGB
rgb(224, 194, 0)
HSL
hsl(52, 100%, 44%)
OKLCH
oklch(0.815 0.168 97.9)
CMYK
cmyk(0%, 13%, 100%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFD
100
#FFFA
200
#FFF6
300
#FFEF
400
#FFE7
500
#FFE0
600
#E0C2
700
#B39B
800
#806F
900
#5247
950
#332C

Shades

Darker variations

1#CAAF00
2#B49C00
3#9D8800
4#877500
5#706100
6#5A4E00
7#433A00
8#2D2700
9#161300

Tints

Lighter variations

1#FDDB00
2#FFE11B
3#FFE437
4#FFE854
5#FFEC70
6#FFF08D
7#FFF4A9
8#FFF7C6
9#FFFBE2

Tones

Muted variations

1#D5BA0B
2#CAB216
3#BFAA22
4#B4A22D
5#A89938
6#9D9143
7#92894F
8#87815A
9#7B7865

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFD
#FFFDF0
BackgroundsSubtle highlightsCard backgrounds
100
FFFA
#FFFADB
Light backgroundsTable row hoverSkeleton loading
200
FFF6
#FFF6BD
Secondary backgroundsInput backgroundsDividers
300
FFEF
#FFEF8A
BordersInactive statesPlaceholder text
400
FFE7
#FFE74D
Disabled statesSecondary iconsMuted text
500
FFE0
#FFE01A
Primary brand colorCTAsActive elementsLinks
600
E0C2
#E0C200
Hover statesFocus ringsPrimary buttons hover
700
B39B
#B39B00
Active/pressed statesDark mode accentsSecondary text
800
806F
#806F00
Text on light backgroundsHeadingsStrong borders
900
5247
#524700
Primary textHigh emphasis contentDark headings
950
332C
#332C00
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FFFDF0;
  --gold-100: #FFFADB;
  --gold-200: #FFF6BD;
  --gold-300: #FFEF8A;
  --gold-400: #FFE74D;
  --gold-500: #FFE01A;
  --gold-600: #E0C200;
  --gold-700: #B39B00;
  --gold-800: #806F00;
  --gold-900: #524700;
  --gold-950: #332C00;
}
Generate More ShadesCreate PaletteConvert Color