Gold

#CEC212

Yellow

Color Codes

All color formats for development

HEX
#CEC212
RGB
rgb(206, 194, 18)
HSL
hsl(56, 84%, 44%)
OKLCH
oklch(0.799 0.167 105)
CMYK
cmyk(0%, 6%, 91%, 19%)

Accessibility

WCAG contrast compliance

On White Background

1.85:1

AA AAA

On Black Background

11.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#FAF6
300
#F6EF
400
#F1E7
500
#EDE0
600
#CEC2
700
#A49A
800
#756E
900
#4B47
950
#2F2C

Shades

Darker variations

1#BAAE10
2#A59B0E
3#91880D
4#7C740B
5#676109
6#534E07
7#3E3A05
8#292704
9#151302

Tints

Lighter variations

1#E9DB14
2#EDE02D
3#EFE447
4#F1E861
5#F4EC7C
6#F6EF96
7#F8F3B0
8#FAF7CA
9#FDFBE5

Tones

Muted variations

1#C5BA1B
2#BCB225
3#B2A92E
4#A9A138
5#9F9941
6#96914B
7#8C8954
8#83815D
9#7A7867

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
FAF6
#FAF6C2
Secondary backgroundsInput backgroundsDividers
300
F6EF
#F6EF93
BordersInactive statesPlaceholder text
400
F1E7
#F1E75B
Disabled statesSecondary iconsMuted text
500
EDE0
#EDE02C
Primary brand colorCTAsActive elementsLinks
600
CEC2
#CEC212
Hover statesFocus ringsPrimary buttons hover
700
A49A
#A49A0E
Active/pressed statesDark mode accentsSecondary text
800
756E
#756E0A
Text on light backgroundsHeadingsStrong borders
900
4B47
#4B4707
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: #FAF6C2;
  --gold-300: #F6EF93;
  --gold-400: #F1E75B;
  --gold-500: #EDE02C;
  --gold-600: #CEC212;
  --gold-700: #A49A0E;
  --gold-800: #756E0A;
  --gold-900: #4B4707;
  --gold-950: #2F2C04;
}
Generate More ShadesCreate PaletteConvert Color