Gray
#766C6B
GrayColor Codes
All color formats for development
HEX
#766C6BRGB
rgb(118, 108, 107)HSL
hsl(5, 5%, 44%)OKLCH
oklch(0.54 0.013 24.4)CMYK
cmyk(0%, 8%, 9%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6160
2#5E5655
3#524B4B
4#474140
5#3B3635
6#2F2B2B
7#232020
8#181615
9#0C0B0B
Tints
Lighter variations
1#857978
2#928887
3#A09796
4#AEA6A5
5#BBB5B4
6#C9C3C3
7#D6D2D2
8#E4E1E1
9#F1F0F0
Tones
Muted variations
1#756C6B
2#756C6C
3#746D6C
4#746D6D
5#736E6D
6#726E6E
7#726F6F
8#716F6F
9#717070
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C2 #C7C2C1 | BordersInactive statesPlaceholder text |
| 400 | AAA2 #AAA2A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9287 #928787 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766C #766C6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E56 #5E5655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433D #433D3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F7F7;
--gray-100: #EEECEC;
--gray-200: #E0DCDC;
--gray-300: #C7C2C1;
--gray-400: #AAA2A1;
--gray-500: #928787;
--gray-600: #766C6B;
--gray-700: #5E5655;
--gray-800: #433D3D;
--gray-900: #2B2727;
--gray-950: #1B1818;
}