Gold
#CEC512
YellowColor Codes
All color formats for development
HEX
#CEC512RGB
rgb(206, 197, 18)HSL
hsl(57, 84%, 44%)OKLCH
oklch(0.805 0.169 106.2)CMYK
cmyk(0%, 4%, 91%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAB110
2#A59E0E
3#918A0D
4#7C760B
5#676309
6#534F07
7#3E3B05
8#292704
9#151402
Tints
Lighter variations
1#E9DE14
2#EDE32D
3#EFE747
4#F1EA61
5#F4EE7C
6#F6F196
7#F8F5B0
8#FAF8CA
9#FDFCE5
Tones
Muted variations
1#C5BD1B
2#BCB425
3#B2AC2E
4#A9A338
5#9F9B41
6#96924B
7#8C8A54
8#83815D
9#7A7967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF7 #FAF7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F1 #F6F193 | BordersInactive statesPlaceholder text |
| 400 | F1E9 #F1E95B | Disabled statesSecondary iconsMuted text |
| 500 | EDE3 #EDE32C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEC5 #CEC512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A49D #A49D0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7570 #75700A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDE;
--gold-200: #FAF7C2;
--gold-300: #F6F193;
--gold-400: #F1E95B;
--gold-500: #EDE32C;
--gold-600: #CEC512;
--gold-700: #A49D0E;
--gold-800: #75700A;
--gold-900: #4B4807;
--gold-950: #2F2D04;
}