Gold

#D2C20F

Yellow

Color Codes

All color formats for development

HEX
#D2C20F
RGB
rgb(210, 194, 15)
HSL
hsl(55, 87%, 44%)
OKLCH
oklch(0.802 0.167 103.4)
CMYK
cmyk(0%, 8%, 93%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FDFA
200
#FBF6
300
#F7EF
400
#F3E6
500
#F0DF
600
#D2C2
700
#A79A
800
#776E
900
#4C46
950
#302C

Shades

Darker variations

1#BDAE0D
2#A89B0C
3#93870A
4#7E7409
5#696107
6#544D06
7#3F3A04
8#2A2703
9#151301

Tints

Lighter variations

1#EDDA10
2#F0E029
3#F2E444
4#F4E75F
5#F6EB79
6#F8EF94
7#F9F3AF
8#FBF7CA
9#FDFBE4

Tones

Muted variations

1#C8B918
2#BEB122
3#B5A92C
4#ABA136
5#A1993F
6#979149
7#8D8953
8#84805D
9#7A7866

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FDFA
#FDFADE
Light backgroundsTable row hoverSkeleton loading
200
FBF6
#FBF6C1
Secondary backgroundsInput backgroundsDividers
300
F7EF
#F7EF91
BordersInactive statesPlaceholder text
400
F3E6
#F3E658
Disabled statesSecondary iconsMuted text
500
F0DF
#F0DF28
Primary brand colorCTAsActive elementsLinks
600
D2C2
#D2C20F
Hover statesFocus ringsPrimary buttons hover
700
A79A
#A79A0C
Active/pressed statesDark mode accentsSecondary text
800
776E
#776E08
Text on light backgroundsHeadingsStrong borders
900
4C46
#4C4605
Primary textHigh emphasis contentDark headings
950
302C
#302C03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF1;
  --gold-100: #FDFADE;
  --gold-200: #FBF6C1;
  --gold-300: #F7EF91;
  --gold-400: #F3E658;
  --gold-500: #F0DF28;
  --gold-600: #D2C20F;
  --gold-700: #A79A0C;
  --gold-800: #776E08;
  --gold-900: #4C4605;
  --gold-950: #302C03;
}
Generate More ShadesCreate PaletteConvert Color