Gold
#CBC815
YellowColor Codes
All color formats for development
HEX
#CBC815RGB
rgb(203, 200, 21)HSL
hsl(59, 81%, 44%)OKLCH
oklch(0.809 0.172 108.6)CMYK
cmyk(0%, 1%, 90%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B7B413
2#A2A011
3#8E8C0F
4#7A780D
5#66640B
6#515009
7#3D3C06
8#292804
9#141402
Tints
Lighter variations
1#E5E218
2#E9E630
3#ECE94A
4#EFEC64
5#F1F07E
6#F4F398
7#F7F6B1
8#FAF9CB
9#FCFCE5
Tones
Muted variations
1#C2BF1E
2#B9B627
3#B0AE31
4#A7A53A
5#9E9C43
6#95934C
7#8B8B55
8#82825E
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 | F9F8 #F9F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F2 #F4F295 | BordersInactive statesPlaceholder text |
| 400 | EEEC #EEEC5D | Disabled statesSecondary iconsMuted text |
| 500 | E9E6 #E9E62F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC8 #CBC815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29F #A29F11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7372 #73720C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A49 #4A4908 | 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: #F9F8C3;
--gold-300: #F4F295;
--gold-400: #EEEC5D;
--gold-500: #E9E62F;
--gold-600: #CBC815;
--gold-700: #A29F11;
--gold-800: #73720C;
--gold-900: #4A4908;
--gold-950: #2E2D05;
}