Gold

#F6C523

Yellow

Color Codes

All color formats for development

HEX
#F6C523
RGB
rgb(246, 197, 35)
HSL
hsl(46, 92%, 55%)
OKLCH
oklch(0.843 0.166 89.6)
CMYK
cmyk(0%, 20%, 86%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FEF6
200
#FCEE
300
#FAE1
400
#F8D2
500
#F6C5
600
#D7A7
700
#AB85
800
#7A5F
900
#4E3D
950
#3126

Shades

Darker variations

1#F2BC0A
2#D7A709
3#BC9208
4#A27D07
5#876906
6#6C5404
7#513F03
8#362A02
9#1B1501

Tints

Lighter variations

1#F7CA39
2#F8D04F
3#F9D665
4#F9DC7B
5#FAE291
6#FBE8A7
7#FCEDBD
8#FDF3D3
9#FEF9E9

Tones

Muted variations

1#EBBF2D
2#E1B938
3#D6B442
4#CCAE4D
5#C1A857
6#B6A362
7#AC9D6D
8#A19877
9#979282

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF0
BackgroundsSubtle highlightsCard backgrounds
100
FEF6
#FEF6DD
Light backgroundsTable row hoverSkeleton loading
200
FCEE
#FCEEBF
Secondary backgroundsInput backgroundsDividers
300
FAE1
#FAE18E
BordersInactive statesPlaceholder text
400
F8D2
#F8D254
Disabled statesSecondary iconsMuted text
500
F6C5
#F6C523
Primary brand colorCTAsActive elementsLinks
600
D7A7
#D7A709
Hover statesFocus ringsPrimary buttons hover
700
AB85
#AB8507
Active/pressed statesDark mode accentsSecondary text
800
7A5F
#7A5F05
Text on light backgroundsHeadingsStrong borders
900
4E3D
#4E3D03
Primary textHigh emphasis contentDark headings
950
3126
#312602
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFBF0;
  --gold-100: #FEF6DD;
  --gold-200: #FCEEBF;
  --gold-300: #FAE18E;
  --gold-400: #F8D254;
  --gold-500: #F6C523;
  --gold-600: #D7A709;
  --gold-700: #AB8507;
  --gold-800: #7A5F05;
  --gold-900: #4E3D03;
  --gold-950: #312602;
}
Generate More ShadesCreate PaletteConvert Color