Gold

#D7CA09

Yellow

Color Codes

All color formats for development

HEX
#D7CA09
RGB
rgb(215, 202, 9)
HSL
hsl(56, 92%, 44%)
OKLCH
oklch(0.823 0.173 104.9)
CMYK
cmyk(0%, 6%, 96%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FEFB
200
#FCF8
300
#FAF3
400
#F8ED
500
#F6E8
600
#D7CA
700
#ABA0
800
#7A73
900
#4E49
950
#312E

Shades

Darker variations

1#C2B508
2#ACA107
3#978D06
4#817905
5#6C6504
6#565104
7#413C03
8#2B2802
9#161401

Tints

Lighter variations

1#F3E30A
2#F6E824
3#F7EB3F
4#F8EE5A
5#F9F176
6#FAF391
7#FCF6AD
8#FDF9C8
9#FEFCE4

Tones

Muted variations

1#CDC113
2#C3B81E
3#B8AF28
4#AEA632
5#A49D3D
6#999447
7#8F8B51
8#85825C
9#7B7966

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF0
BackgroundsSubtle highlightsCard backgrounds
100
FEFB
#FEFBDD
Light backgroundsTable row hoverSkeleton loading
200
FCF8
#FCF8BF
Secondary backgroundsInput backgroundsDividers
300
FAF3
#FAF38E
BordersInactive statesPlaceholder text
400
F8ED
#F8ED54
Disabled statesSecondary iconsMuted text
500
F6E8
#F6E823
Primary brand colorCTAsActive elementsLinks
600
D7CA
#D7CA09
Hover statesFocus ringsPrimary buttons hover
700
ABA0
#ABA007
Active/pressed statesDark mode accentsSecondary text
800
7A73
#7A7305
Text on light backgroundsHeadingsStrong borders
900
4E49
#4E4903
Primary textHigh emphasis contentDark headings
950
312E
#312E02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF0;
  --gold-100: #FEFBDD;
  --gold-200: #FCF8BF;
  --gold-300: #FAF38E;
  --gold-400: #F8ED54;
  --gold-500: #F6E823;
  --gold-600: #D7CA09;
  --gold-700: #ABA007;
  --gold-800: #7A7305;
  --gold-900: #4E4903;
  --gold-950: #312E02;
}
Generate More ShadesCreate PaletteConvert Color