Gold

#F0DF28

Yellow

Color Codes

All color formats for development

HEX
#F0DF28
RGB
rgb(240, 223, 40)
HSL
hsl(55, 87%, 55%)
OKLCH
oklch(0.89 0.18 103.6)
CMYK
cmyk(0%, 7%, 83%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.29: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#ECDA10
2#D2C20F
3#B8A90D
4#9D910B
5#837909
6#696107
7#4F4905
8#343004
9#1A1802

Tints

Lighter variations

1#F2E33E
2#F3E653
3#F5E969
4#F6EC7E
5#F8EF94
6#F9F2A9
7#FBF6BF
8#FCF9D4
9#FEFCEA

Tones

Muted variations

1#E6D732
2#DCCF3C
3#D2C646
4#C8BE50
5#BEB65A
6#B4AE64
7#AAA56E
8#A09D78
9#969582

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