Gold

#F2BF26

Yellow

Color Codes

All color formats for development

HEX
#F2BF26
RGB
rgb(242, 191, 38)
HSL
hsl(45, 89%, 55%)
OKLCH
oklch(0.828 0.161 88)
CMYK
cmyk(0%, 21%, 84%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF5
200
#FBED
300
#F9DE
400
#F5CD
500
#F2BF
600
#D4A2
700
#A981
800
#785C
900
#4D3B
950
#3025

Shades

Darker variations

1#EFB60E
2#D4A20C
3#BA8E0B
4#9F7A09
5#856508
6#6A5106
7#503D05
8#352903
9#1B1402

Tints

Lighter variations

1#F4C63C
2#F5CC51
3#F6D267
4#F7D97D
5#F9DF93
6#FAE6A8
7#FBECBE
8#FCF2D4
9#FEF9E9

Tones

Muted variations

1#E8BA30
2#DEB53B
3#D4B045
4#CAAB4F
5#BFA659
6#B5A163
7#AB9C6E
8#A19678
9#969182

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF5
#FDF5DD
Light backgroundsTable row hoverSkeleton loading
200
FBED
#FBEDC0
Secondary backgroundsInput backgroundsDividers
300
F9DE
#F9DE90
BordersInactive statesPlaceholder text
400
F5CD
#F5CD56
Disabled statesSecondary iconsMuted text
500
F2BF
#F2BF26
Primary brand colorCTAsActive elementsLinks
600
D4A2
#D4A20C
Hover statesFocus ringsPrimary buttons hover
700
A981
#A9810A
Active/pressed statesDark mode accentsSecondary text
800
785C
#785C07
Text on light backgroundsHeadingsStrong borders
900
4D3B
#4D3B04
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: #FDF5DD;
  --gold-200: #FBEDC0;
  --gold-300: #F9DE90;
  --gold-400: #F5CD56;
  --gold-500: #F2BF26;
  --gold-600: #D4A20C;
  --gold-700: #A9810A;
  --gold-800: #785C07;
  --gold-900: #4D3B04;
  --gold-950: #302503;
}
Generate More ShadesCreate PaletteConvert Color