Gray
#766B6B
GrayColor Codes
All color formats for development
HEX
#766B6BRGB
rgb(118, 107, 107)HSL
hsl(0, 5%, 44%)OKLCH
oklch(0.538 0.014 17.6)CMYK
cmyk(0%, 9%, 9%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6060
2#5E5555
3#524B4B
4#474040
5#3B3535
6#2F2B2B
7#232020
8#181515
9#0C0B0B
Tints
Lighter variations
1#857878
2#928787
3#A09696
4#AEA5A5
5#BBB4B4
6#C9C3C3
7#D6D2D2
8#E4E1E1
9#F1F0F0
Tones
Muted variations
1#756B6B
2#756C6C
3#746C6C
4#746D6D
5#736D6D
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 | C7C1 #C7C1C1 | BordersInactive statesPlaceholder text |
| 400 | AAA1 #AAA1A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9287 #928787 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766B #766B6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E55 #5E5555 | 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: #C7C1C1;
--gray-400: #AAA1A1;
--gray-500: #928787;
--gray-600: #766B6B;
--gray-700: #5E5555;
--gray-800: #433D3D;
--gray-900: #2B2727;
--gray-950: #1B1818;
}