Gold

#CCC314

Yellow

Color Codes

All color formats for development

HEX
#CCC314
RGB
rgb(204, 195, 20)
HSL
hsl(57, 82%, 44%)
OKLCH
oklch(0.799 0.167 106.2)
CMYK
cmyk(0%, 4%, 90%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#F9F6
300
#F4F0
400
#EFE8
500
#EAE1
600
#CCC3
700
#A29B
800
#746F
900
#4A47
950
#2E2C

Shades

Darker variations

1#B8B012
2#A39C10
3#8F890E
4#7B750C
5#66620A
6#524E08
7#3D3B06
8#292704
9#141402

Tints

Lighter variations

1#E6DC17
2#EAE12F
3#EDE549
4#F0E963
5#F2EC7D
6#F5F097
7#F7F4B1
8#FAF8CB
9#FCFBE5

Tones

Muted variations

1#C3BB1D
2#BAB227
3#B1AA30
4#A7A239
5#9E9A42
6#95914B
7#8C8955
8#83815E
9#797867

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFA
#FCFADF
Light backgroundsTable row hoverSkeleton loading
200
F9F6
#F9F6C3
Secondary backgroundsInput backgroundsDividers
300
F4F0
#F4F094
BordersInactive statesPlaceholder text
400
EFE8
#EFE85D
Disabled statesSecondary iconsMuted text
500
EAE1
#EAE12E
Primary brand colorCTAsActive elementsLinks
600
CCC3
#CCC314
Hover statesFocus ringsPrimary buttons hover
700
A29B
#A29B10
Active/pressed statesDark mode accentsSecondary text
800
746F
#746F0B
Text on light backgroundsHeadingsStrong borders
900
4A47
#4A4707
Primary textHigh emphasis contentDark headings
950
2E2C
#2E2C05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF1;
  --gold-100: #FCFADF;
  --gold-200: #F9F6C3;
  --gold-300: #F4F094;
  --gold-400: #EFE85D;
  --gold-500: #EAE12E;
  --gold-600: #CCC314;
  --gold-700: #A29B10;
  --gold-800: #746F0B;
  --gold-900: #4A4707;
  --gold-950: #2E2C05;
}
Generate More ShadesCreate PaletteConvert Color