Gold
#CECB12
YellowColor Codes
All color formats for development
HEX
#CECB12RGB
rgb(206, 203, 18)HSL
hsl(59, 84%, 44%)OKLCH
oklch(0.818 0.174 108.6)CMYK
cmyk(0%, 1%, 91%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAB710
2#A5A30E
3#918E0D
4#7C7A0B
5#676609
6#535107
7#3E3D05
8#292904
9#151402
Tints
Lighter variations
1#E9E514
2#EDEA2D
3#EFEC47
4#F1EF61
5#F4F27C
6#F6F496
7#F8F7B0
8#FAFACA
9#FDFCE5
Tones
Muted variations
1#C5C21B
2#BCB925
3#B2B02E
4#A9A738
5#9F9E41
6#96954B
7#8C8C54
8#83825D
9#7A7967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF9 #FAF9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F4 #F6F493 | BordersInactive statesPlaceholder text |
| 400 | F1EE #F1EE5B | Disabled statesSecondary iconsMuted text |
| 500 | EDE9 #EDE92C | Primary brand colorCTAsActive elementsLinks |
| 600 | CECB #CECB12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A4A2 #A4A20E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7574 #75740A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFEF1;
--gold-100: #FCFCDE;
--gold-200: #FAF9C2;
--gold-300: #F6F493;
--gold-400: #F1EE5B;
--gold-500: #EDE92C;
--gold-600: #CECB12;
--gold-700: #A4A20E;
--gold-800: #75740A;
--gold-900: #4B4A07;
--gold-950: #2F2E04;
}