Gold

#F5E024

Yellow

Color Codes

All color formats for development

HEX
#F5E024
RGB
rgb(245, 224, 36)
HSL
hsl(54, 91%, 55%)
OKLCH
oklch(0.896 0.181 102.2)
CMYK
cmyk(0%, 9%, 85%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FDFA
200
#FCF6
300
#FAEF
400
#F7E7
500
#F5E0
600
#D6C2
700
#AA9A
800
#7A6E
900
#4E47
950
#312C

Shades

Darker variations

1#F1DA0B
2#D6C20A
3#BCAA09
4#A19108
5#867906
6#6B6105
7#504904
8#363003
9#1B1801

Tints

Lighter variations

1#F6E33A
2#F7E650
3#F8E966
4#F9EC7B
5#FAEF91
6#FBF3A7
7#FCF6BD
8#FDF9D3
9#FEFCE9

Tones

Muted variations

1#EAD72E
2#E0CF39
3#D5C743
4#CBBE4E
5#C0B658
6#B6AE62
7#ACA56D
8#A19D77
9#979582

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF0
BackgroundsSubtle highlightsCard backgrounds
100
FDFA
#FDFADD
Light backgroundsTable row hoverSkeleton loading
200
FCF6
#FCF6C0
Secondary backgroundsInput backgroundsDividers
300
FAEF
#FAEF8F
BordersInactive statesPlaceholder text
400
F7E7
#F7E755
Disabled statesSecondary iconsMuted text
500
F5E0
#F5E024
Primary brand colorCTAsActive elementsLinks
600
D6C2
#D6C20A
Hover statesFocus ringsPrimary buttons hover
700
AA9A
#AA9A08
Active/pressed statesDark mode accentsSecondary text
800
7A6E
#7A6E06
Text on light backgroundsHeadingsStrong borders
900
4E47
#4E4704
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: #FDFADD;
  --gold-200: #FCF6C0;
  --gold-300: #FAEF8F;
  --gold-400: #F7E755;
  --gold-500: #F5E024;
  --gold-600: #D6C20A;
  --gold-700: #AA9A08;
  --gold-800: #7A6E06;
  --gold-900: #4E4704;
  --gold-950: #312C02;
}
Generate More ShadesCreate PaletteConvert Color