Gold

#CDC113

Yellow

Color Codes

All color formats for development

HEX
#CDC113
RGB
rgb(205, 193, 19)
HSL
hsl(56, 83%, 44%)
OKLCH
oklch(0.796 0.166 105)
CMYK
cmyk(0%, 6%, 91%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.23: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#B9AE11
2#A49A0F
3#90870D
4#7B740B
5#67600A
6#524D08
7#3E3A06
8#292704
9#151302

Tints

Lighter variations

1#E7D916
2#ECDF2E
3#EEE348
4#F0E762
5#F3EB7C
6#F5EF96
7#F8F3B1
8#FAF7CB
9#FDFBE5

Tones

Muted variations

1#C4B91C
2#BBB126
3#B1A92F
4#A8A138
5#9F9942
6#95904B
7#8C8854
8#83805E
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
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