Gold

#CAC116

Yellow

Color Codes

All color formats for development

HEX
#CAC116
RGB
rgb(202, 193, 22)
HSL
hsl(57, 80%, 44%)
OKLCH
oklch(0.793 0.165 106.1)
CMYK
cmyk(0%, 4%, 89%, 21%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F6
300
#F3EF
400
#EDE6
500
#E8DF
600
#CAC1
700
#A19A
800
#736E
900
#4946
950
#2E2C

Shades

Darker variations

1#B6AE14
2#A29A12
3#8D8710
4#79740D
5#65600B
6#514D09
7#3D3A07
8#282704
9#141302

Tints

Lighter variations

1#E4DA19
2#E8DF31
3#EBE34B
4#EEE765
5#F1EB7E
6#F4EF98
7#F6F3B2
8#F9F7CC
9#FCFBE5

Tones

Muted variations

1#C1B91F
2#B8B128
3#AFA931
4#A6A13A
5#9D9943
6#94914C
7#8B8855
8#82805E
9#797867

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBFA
#FBFADF
Light backgroundsTable row hoverSkeleton loading
200
F8F6
#F8F6C3
Secondary backgroundsInput backgroundsDividers
300
F3EF
#F3EF95
BordersInactive statesPlaceholder text
400
EDE6
#EDE65E
Disabled statesSecondary iconsMuted text
500
E8DF
#E8DF30
Primary brand colorCTAsActive elementsLinks
600
CAC1
#CAC116
Hover statesFocus ringsPrimary buttons hover
700
A19A
#A19A12
Active/pressed statesDark mode accentsSecondary text
800
736E
#736E0D
Text on light backgroundsHeadingsStrong borders
900
4946
#494608
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: #FDFDF1;
  --gold-100: #FBFADF;
  --gold-200: #F8F6C3;
  --gold-300: #F3EF95;
  --gold-400: #EDE65E;
  --gold-500: #E8DF30;
  --gold-600: #CAC116;
  --gold-700: #A19A12;
  --gold-800: #736E0D;
  --gold-900: #494608;
  --gold-950: #2E2C05;
}
Generate More ShadesCreate PaletteConvert Color