Gold
#CBC515
YellowColor Codes
All color formats for development
HEX
#CBC515RGB
rgb(203, 197, 21)HSL
hsl(58, 81%, 44%)OKLCH
oklch(0.803 0.169 107.4)CMYK
cmyk(0%, 3%, 90%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B7B113
2#A29E11
3#8E8A0F
4#7A760D
5#66630B
6#514F09
7#3D3B06
8#292704
9#141402
Tints
Lighter variations
1#E5DE18
2#E9E330
3#ECE74A
4#EFEA64
5#F1EE7E
6#F4F198
7#F7F5B1
8#FAF8CB
9#FCFCE5
Tones
Muted variations
1#C2BD1E
2#B9B427
3#B0AC31
4#A7A33A
5#9E9B43
6#95924C
7#8B8A55
8#82815E
9#797967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F7 #F9F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F1 #F4F195 | BordersInactive statesPlaceholder text |
| 400 | EEE9 #EEE95D | Disabled statesSecondary iconsMuted text |
| 500 | E9E3 #E9E32F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC5 #CBC515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29D #A29D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7370 #73700C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A48 #4A4808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFBDF;
--gold-200: #F9F7C3;
--gold-300: #F4F195;
--gold-400: #EEE95D;
--gold-500: #E9E32F;
--gold-600: #CBC515;
--gold-700: #A29D11;
--gold-800: #73700C;
--gold-900: #4A4808;
--gold-950: #2E2D05;
}