Gold
#CBCB15
YellowColor Codes
All color formats for development
HEX
#CBCB15RGB
rgb(203, 203, 21)HSL
hsl(60, 81%, 44%)OKLCH
oklch(0.816 0.174 109.7)CMYK
cmyk(0%, 0%, 90%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B7B713
2#A2A211
3#8E8E0F
4#7A7A0D
5#66660B
6#515109
7#3D3D06
8#292904
9#141402
Tints
Lighter variations
1#E5E518
2#E9E930
3#ECEC4A
4#EFEF64
5#F1F17E
6#F4F498
7#F7F7B1
8#FAFACB
9#FCFCE5
Tones
Muted variations
1#C2C21E
2#B9B927
3#B0B031
4#A7A73A
5#9E9E43
6#95954C
7#8B8B55
8#82825E
9#797967
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F9 #F9F9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F4 #F4F495 | BordersInactive statesPlaceholder text |
| 400 | EEEE #EEEE5D | Disabled statesSecondary iconsMuted text |
| 500 | E9E9 #E9E92F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBCB #CBCB15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A2 #A2A211 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A4A #4A4A08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFEF1;
--gold-100: #FCFCDF;
--gold-200: #F9F9C3;
--gold-300: #F4F495;
--gold-400: #EEEE5D;
--gold-500: #E9E92F;
--gold-600: #CBCB15;
--gold-700: #A2A211;
--gold-800: #73730C;
--gold-900: #4A4A08;
--gold-950: #2E2E05;
}