Gold

#CECE12

Yellow

Color Codes

All color formats for development

HEX
#CECE12
RGB
rgb(206, 206, 18)
HSL
hsl(60, 84%, 44%)
OKLCH
oklch(0.824 0.177 109.7)
CMYK
cmyk(0%, 0%, 91%, 19%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FCFC
200
#FAFA
300
#F6F6
400
#F1F1
500
#EDED
600
#CECE
700
#A4A4
800
#7575
900
#4B4B
950
#2F2F

Shades

Darker variations

1#BABA10
2#A5A50E
3#91910D
4#7C7C0B
5#676709
6#535307
7#3E3E05
8#292904
9#151502

Tints

Lighter variations

1#E9E914
2#EDED2D
3#EFEF47
4#F1F161
5#F4F47C
6#F6F696
7#F8F8B0
8#FAFACA
9#FDFDE5

Tones

Muted variations

1#C5C51B
2#BCBC25
3#B2B22E
4#A9A938
5#9F9F41
6#96964B
7#8C8C54
8#83835D
9#7A7A67

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFE
#FEFEF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFC
#FCFCDE
Light backgroundsTable row hoverSkeleton loading
200
FAFA
#FAFAC2
Secondary backgroundsInput backgroundsDividers
300
F6F6
#F6F693
BordersInactive statesPlaceholder text
400
F1F1
#F1F15B
Disabled statesSecondary iconsMuted text
500
EDED
#EDED2C
Primary brand colorCTAsActive elementsLinks
600
CECE
#CECE12
Hover statesFocus ringsPrimary buttons hover
700
A4A4
#A4A40E
Active/pressed statesDark mode accentsSecondary text
800
7575
#75750A
Text on light backgroundsHeadingsStrong borders
900
4B4B
#4B4B07
Primary textHigh emphasis contentDark headings
950
2F2F
#2F2F04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFEF1;
  --gold-100: #FCFCDE;
  --gold-200: #FAFAC2;
  --gold-300: #F6F693;
  --gold-400: #F1F15B;
  --gold-500: #EDED2C;
  --gold-600: #CECE12;
  --gold-700: #A4A40E;
  --gold-800: #75750A;
  --gold-900: #4B4B07;
  --gold-950: #2F2F04;
}
Generate More ShadesCreate PaletteConvert Color