Gold

#C1C11F

Yellow

Color Codes

All color formats for development

HEX
#C1C11F
RGB
rgb(193, 193, 31)
HSL
hsl(60, 72%, 44%)
OKLCH
oklch(0.786 0.164 109.7)
CMYK
cmyk(0%, 0%, 84%, 24%)

Accessibility

WCAG contrast compliance

On White Background

1.92:1

AA AAA

On Black Background

10.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FAFA
200
#F6F6
300
#EFEF
400
#E6E6
500
#DFDF
600
#C1C1
700
#9A9A
800
#6E6E
900
#4646
950
#2C2C

Shades

Darker variations

1#AEAE1C
2#9A9A19
3#878716
4#747413
5#606010
6#4D4D0D
7#3A3A09
8#272706
9#131303

Tints

Lighter variations

1#DADA23
2#DFDF3B
3#E3E353
4#E7E76C
5#EBEB84
6#EFEF9D
7#F3F3B5
8#F7F7CE
9#FBFBE6

Tones

Muted variations

1#B9B927
2#B1B130
3#A9A938
4#A1A140
5#999948
6#919150
7#888858
8#808060
9#787868

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF2
BackgroundsSubtle highlightsCard backgrounds
100
FAFA
#FAFAE0
Light backgroundsTable row hoverSkeleton loading
200
F6F6
#F6F6C6
Secondary backgroundsInput backgroundsDividers
300
EFEF
#EFEF9A
BordersInactive statesPlaceholder text
400
E6E6
#E6E665
Disabled statesSecondary iconsMuted text
500
DFDF
#DFDF3A
Primary brand colorCTAsActive elementsLinks
600
C1C1
#C1C11F
Hover statesFocus ringsPrimary buttons hover
700
9A9A
#9A9A19
Active/pressed statesDark mode accentsSecondary text
800
6E6E
#6E6E12
Text on light backgroundsHeadingsStrong borders
900
4646
#46460B
Primary textHigh emphasis contentDark headings
950
2C2C
#2C2C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FDFDF2;
  --gold-100: #FAFAE0;
  --gold-200: #F6F6C6;
  --gold-300: #EFEF9A;
  --gold-400: #E6E665;
  --gold-500: #DFDF3A;
  --gold-600: #C1C11F;
  --gold-700: #9A9A19;
  --gold-800: #6E6E12;
  --gold-900: #46460B;
  --gold-950: #2C2C07;
}
Generate More ShadesCreate PaletteConvert Color