Gold

#F4D525

Yellow

Color Codes

All color formats for development

HEX
#F4D525
RGB
rgb(244, 213, 37)
HSL
hsl(51, 90%, 55%)
OKLCH
oklch(0.873 0.173 98)
CMYK
cmyk(0%, 13%, 85%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FDF8
200
#FCF3
300
#F9E9
400
#F6DE
500
#F4D5
600
#D5B7
700
#AA91
800
#7968
900
#4E43
950
#302A

Shades

Darker variations

1#F0CE0D
2#D5B70B
3#BBA00A
4#A08908
5#857207
6#6B5B06
7#504504
8#352E03
9#1B1701

Tints

Lighter variations

1#F5D93B
2#F6DD51
3#F7E166
4#F8E67C
5#F9EA92
6#FAEEA8
7#FCF2BE
8#FDF7D3
9#FEFBE9

Tones

Muted variations

1#E9CD2F
2#DFC63A
3#D5BF44
4#CAB84E
5#C0B059
6#B6A963
7#ABA26D
8#A19B78
9#979382

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF0
BackgroundsSubtle highlightsCard backgrounds
100
FDF8
#FDF8DD
Light backgroundsTable row hoverSkeleton loading
200
FCF3
#FCF3C0
Secondary backgroundsInput backgroundsDividers
300
F9E9
#F9E990
BordersInactive statesPlaceholder text
400
F6DE
#F6DE55
Disabled statesSecondary iconsMuted text
500
F4D5
#F4D525
Primary brand colorCTAsActive elementsLinks
600
D5B7
#D5B70B
Hover statesFocus ringsPrimary buttons hover
700
AA91
#AA9109
Active/pressed statesDark mode accentsSecondary text
800
7968
#796806
Text on light backgroundsHeadingsStrong borders
900
4E43
#4E4304
Primary textHigh emphasis contentDark headings
950
302A
#302A03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFCF0;
  --gold-100: #FDF8DD;
  --gold-200: #FCF3C0;
  --gold-300: #F9E990;
  --gold-400: #F6DE55;
  --gold-500: #F4D525;
  --gold-600: #D5B70B;
  --gold-700: #AA9109;
  --gold-800: #796806;
  --gold-900: #4E4304;
  --gold-950: #302A03;
}
Generate More ShadesCreate PaletteConvert Color