Gold

#C9C318

Yellow

Color Codes

All color formats for development

HEX
#C9C318
RGB
rgb(201, 195, 24)
HSL
hsl(58, 79%, 44%)
OKLCH
oklch(0.797 0.167 107.3)
CMYK
cmyk(0%, 3%, 88%, 21%)

Accessibility

WCAG contrast compliance

On White Background

1.86:1

AA AAA

On Black Background

11.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F6
300
#F3F0
400
#ECE8
500
#E7E1
600
#C9C3
700
#A09B
800
#726F
900
#4947
950
#2E2C

Shades

Darker variations

1#B5AF15
2#A19C13
3#8D8810
4#79750E
5#64610C
6#504E09
7#3C3A07
8#282705
9#141302

Tints

Lighter variations

1#E2DC1B
2#E7E133
3#EAE54C
4#EDE866
5#F0EC7F
6#F3F099
7#F6F4B2
8#F9F7CC
9#FCFBE5

Tones

Muted variations

1#C0BB20
2#B7B229
3#AEAA32
4#A5A23B
5#9D9A44
6#94914D
7#8B8956
8#82815E
9#797867

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBFA
#FBFADF
Light backgroundsTable row hoverSkeleton loading
200
F8F6
#F8F6C4
Secondary backgroundsInput backgroundsDividers
300
F3F0
#F3F096
BordersInactive statesPlaceholder text
400
ECE8
#ECE85F
Disabled statesSecondary iconsMuted text
500
E7E1
#E7E132
Primary brand colorCTAsActive elementsLinks
600
C9C3
#C9C318
Hover statesFocus ringsPrimary buttons hover
700
A09B
#A09B13
Active/pressed statesDark mode accentsSecondary text
800
726F
#726F0D
Text on light backgroundsHeadingsStrong borders
900
4947
#494709
Primary textHigh emphasis contentDark headings
950
2E2C
#2E2C05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFDF1;
  --gold-100: #FBFADF;
  --gold-200: #F8F6C4;
  --gold-300: #F3F096;
  --gold-400: #ECE85F;
  --gold-500: #E7E132;
  --gold-600: #C9C318;
  --gold-700: #A09B13;
  --gold-800: #726F0D;
  --gold-900: #494709;
  --gold-950: #2E2C05;
}
Generate More ShadesCreate PaletteConvert Color