Gold

#EBDF2D

Yellow

Color Codes

All color formats for development

HEX
#EBDF2D
RGB
rgb(235, 223, 45)
HSL
hsl(56, 83%, 55%)
OKLCH
oklch(0.886 0.178 105.3)
CMYK
cmyk(0%, 5%, 81%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#F9F6
300
#F5EF
400
#F0E6
500
#EBDF
600
#CDC1
700
#A399
800
#756E
900
#4B46
950
#2F2C

Shades

Darker variations

1#E7D915
2#CDC113
3#B4A911
4#9A910E
5#80790C
6#67600A
7#4D4807
8#333005
9#1A1802

Tints

Lighter variations

1#EDE242
2#EFE557
3#F1E86C
4#F3EC81
5#F5EF96
6#F7F2AB
7#F9F5C0
8#FBF9D5
9#FDFCEA

Tones

Muted variations

1#E2D737
2#D8CE40
3#CFC64A
4#C5BE53
5#BCB65D
6#B2AD66
7#A9A570
8#9F9D79
9#969583

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFA
#FCFADE
Light backgroundsTable row hoverSkeleton loading
200
F9F6
#F9F6C2
Secondary backgroundsInput backgroundsDividers
300
F5EF
#F5EF94
BordersInactive statesPlaceholder text
400
F0E6
#F0E65C
Disabled statesSecondary iconsMuted text
500
EBDF
#EBDF2D
Primary brand colorCTAsActive elementsLinks
600
CDC1
#CDC113
Hover statesFocus ringsPrimary buttons hover
700
A399
#A3990F
Active/pressed statesDark mode accentsSecondary text
800
756E
#756E0B
Text on light backgroundsHeadingsStrong borders
900
4B46
#4B4607
Primary textHigh emphasis contentDark headings
950
2F2C
#2F2C04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF1;
  --gold-100: #FCFADE;
  --gold-200: #F9F6C2;
  --gold-300: #F5EF94;
  --gold-400: #F0E65C;
  --gold-500: #EBDF2D;
  --gold-600: #CDC113;
  --gold-700: #A3990F;
  --gold-800: #756E0B;
  --gold-900: #4B4607;
  --gold-950: #2F2C04;
}
Generate More ShadesCreate PaletteConvert Color