Gold

#F1C527

Yellow

Color Codes

All color formats for development

HEX
#F1C527
RGB
rgb(241, 197, 39)
HSL
hsl(47, 88%, 55%)
OKLCH
oklch(0.838 0.163 91.5)
CMYK
cmyk(0%, 18%, 84%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF6
200
#FBEE
300
#F8E2
400
#F4D2
500
#F1C5
600
#D3A8
700
#A886
800
#7860
900
#4D3D
950
#3026

Shades

Darker variations

1#EDBD0F
2#D3A80D
3#B9930C
4#9E7E0A
5#846908
6#695407
7#4F3F05
8#352A03
9#1A1502

Tints

Lighter variations

1#F3CB3D
2#F4D152
3#F5D768
4#F7DC7E
5#F8E293
6#F9E8A9
7#FBEEBE
8#FCF3D4
9#FEF9E9

Tones

Muted variations

1#E7C031
2#DDBA3B
3#D3B446
4#C9AF50
5#BFA95A
6#B5A364
7#AB9D6E
8#A09878
9#969282

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF6
#FDF6DD
Light backgroundsTable row hoverSkeleton loading
200
FBEE
#FBEEC1
Secondary backgroundsInput backgroundsDividers
300
F8E2
#F8E291
BordersInactive statesPlaceholder text
400
F4D2
#F4D257
Disabled statesSecondary iconsMuted text
500
F1C5
#F1C527
Primary brand colorCTAsActive elementsLinks
600
D3A8
#D3A80D
Hover statesFocus ringsPrimary buttons hover
700
A886
#A8860B
Active/pressed statesDark mode accentsSecondary text
800
7860
#786008
Text on light backgroundsHeadingsStrong borders
900
4D3D
#4D3D05
Primary textHigh emphasis contentDark headings
950
3026
#302603
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFBF1;
  --gold-100: #FDF6DD;
  --gold-200: #FBEEC1;
  --gold-300: #F8E291;
  --gold-400: #F4D257;
  --gold-500: #F1C527;
  --gold-600: #D3A80D;
  --gold-700: #A8860B;
  --gold-800: #786008;
  --gold-900: #4D3D05;
  --gold-950: #302603;
}
Generate More ShadesCreate PaletteConvert Color