Gold

#D9C008

Yellow

Color Codes

All color formats for development

HEX
#D9C008
RGB
rgb(217, 192, 8)
HSL
hsl(53, 93%, 44%)
OKLCH
oklch(0.804 0.166 99.7)
CMYK
cmyk(0%, 12%, 96%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FEFA
200
#FDF5
300
#FBEE
400
#F9E5
500
#F7DE
600
#D9C0
700
#AC99
800
#7B6D
900
#4F46
950
#312C

Shades

Darker variations

1#C3AD07
2#AD9A06
3#988705
4#827305
5#6C6004
6#574D03
7#413A02
8#2B2602
9#161301

Tints

Lighter variations

1#F4D909
2#F7DE23
3#F8E23E
4#F9E65A
5#FAEB75
6#FBEF91
7#FCF3AC
8#FDF7C8
9#FEFBE3

Tones

Muted variations

1#CEB812
2#C4B01D
3#B9A827
4#AFA032
5#A4983C
6#9A9046
7#908851
8#85805B
9#7B7866

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF0
BackgroundsSubtle highlightsCard backgrounds
100
FEFA
#FEFADD
Light backgroundsTable row hoverSkeleton loading
200
FDF5
#FDF5BF
Secondary backgroundsInput backgroundsDividers
300
FBEE
#FBEE8E
BordersInactive statesPlaceholder text
400
F9E5
#F9E553
Disabled statesSecondary iconsMuted text
500
F7DE
#F7DE22
Primary brand colorCTAsActive elementsLinks
600
D9C0
#D9C008
Hover statesFocus ringsPrimary buttons hover
700
AC99
#AC9906
Active/pressed statesDark mode accentsSecondary text
800
7B6D
#7B6D04
Text on light backgroundsHeadingsStrong borders
900
4F46
#4F4603
Primary textHigh emphasis contentDark headings
950
312C
#312C02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF0;
  --gold-100: #FEFADD;
  --gold-200: #FDF5BF;
  --gold-300: #FBEE8E;
  --gold-400: #F9E553;
  --gold-500: #F7DE22;
  --gold-600: #D9C008;
  --gold-700: #AC9906;
  --gold-800: #7B6D04;
  --gold-900: #4F4603;
  --gold-950: #312C02;
}
Generate More ShadesCreate PaletteConvert Color