Gold

#D9C408

Yellow

Color Codes

All color formats for development

HEX
#D9C408
RGB
rgb(217, 196, 8)
HSL
hsl(54, 93%, 44%)
OKLCH
oklch(0.813 0.169 101.5)
CMYK
cmyk(0%, 10%, 96%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FEFA
200
#FDF7
300
#FBF0
400
#F9E8
500
#F7E2
600
#D9C4
700
#AC9C
800
#7B6F
900
#4F47
950
#312C

Shades

Darker variations

1#C3B007
2#AD9D06
3#988905
4#827505
5#6C6204
6#574E03
7#413B02
8#2B2702
9#161401

Tints

Lighter variations

1#F4DD09
2#F7E223
3#F8E53E
4#F9E95A
5#FAED75
6#FBF091
7#FCF4AC
8#FDF8C8
9#FEFBE3

Tones

Muted variations

1#CEBB12
2#C4B31D
3#B9AB27
4#AFA232
5#A49A3C
6#9A9246
7#908951
8#85815B
9#7B7966

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
FDF7
#FDF7BF
Secondary backgroundsInput backgroundsDividers
300
FBF0
#FBF08E
BordersInactive statesPlaceholder text
400
F9E8
#F9E853
Disabled statesSecondary iconsMuted text
500
F7E2
#F7E222
Primary brand colorCTAsActive elementsLinks
600
D9C4
#D9C408
Hover statesFocus ringsPrimary buttons hover
700
AC9C
#AC9C06
Active/pressed statesDark mode accentsSecondary text
800
7B6F
#7B6F04
Text on light backgroundsHeadingsStrong borders
900
4F47
#4F4703
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: #FDF7BF;
  --gold-300: #FBF08E;
  --gold-400: #F9E853;
  --gold-500: #F7E222;
  --gold-600: #D9C408;
  --gold-700: #AC9C06;
  --gold-800: #7B6F04;
  --gold-900: #4F4703;
  --gold-950: #312C02;
}
Generate More ShadesCreate PaletteConvert Color