Gold

#F0C128

Yellow

Color Codes

All color formats for development

HEX
#F0C128
RGB
rgb(240, 193, 40)
HSL
hsl(46, 87%, 55%)
OKLCH
oklch(0.83 0.161 89.8)
CMYK
cmyk(0%, 20%, 83%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF5
200
#FBED
300
#F7E0
400
#F3CF
500
#F0C1
600
#D2A4
700
#A783
800
#775D
900
#4C3C
950
#3025

Shades

Darker variations

1#ECB910
2#D2A40F
3#B8900D
4#9D7B0B
5#836709
6#695207
7#4F3E05
8#342904
9#1A1502

Tints

Lighter variations

1#F2C83E
2#F3CE53
3#F5D469
4#F6DA7E
5#F8E094
6#F9E6A9
7#FBEDBF
8#FCF3D4
9#FEF9EA

Tones

Muted variations

1#E6BC32
2#DCB73C
3#D2B246
4#C8AC50
5#BEA75A
6#B4A264
7#AA9C6E
8#A09778
9#969282

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF5
#FDF5DE
Light backgroundsTable row hoverSkeleton loading
200
FBED
#FBEDC1
Secondary backgroundsInput backgroundsDividers
300
F7E0
#F7E091
BordersInactive statesPlaceholder text
400
F3CF
#F3CF58
Disabled statesSecondary iconsMuted text
500
F0C1
#F0C128
Primary brand colorCTAsActive elementsLinks
600
D2A4
#D2A40F
Hover statesFocus ringsPrimary buttons hover
700
A783
#A7830C
Active/pressed statesDark mode accentsSecondary text
800
775D
#775D08
Text on light backgroundsHeadingsStrong borders
900
4C3C
#4C3C05
Primary textHigh emphasis contentDark headings
950
3025
#302503
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFBF1;
  --gold-100: #FDF5DE;
  --gold-200: #FBEDC1;
  --gold-300: #F7E091;
  --gold-400: #F3CF58;
  --gold-500: #F0C128;
  --gold-600: #D2A40F;
  --gold-700: #A7830C;
  --gold-800: #775D08;
  --gold-900: #4C3C05;
  --gold-950: #302503;
}
Generate More ShadesCreate PaletteConvert Color