Gray
#766E6B
GrayColor Codes
All color formats for development
HEX
#766E6BRGB
rgb(118, 110, 107)HSL
hsl(16, 5%, 44%)OKLCH
oklch(0.545 0.011 41.8)CMYK
cmyk(0%, 7%, 9%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6360
2#5E5855
3#524D4B
4#474240
5#3B3735
6#2F2C2B
7#232120
8#181615
9#0C0B0B
Tints
Lighter variations
1#857C78
2#928A87
3#A09996
4#AEA7A5
5#BBB6B4
6#C9C5C3
7#D6D3D2
8#E4E2E1
9#F1F0F0
Tones
Muted variations
1#756E6B
2#756E6C
3#746E6C
4#746F6D
5#736F6D
6#726F6E
7#726F6F
8#71706F
9#717070
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C3 #C7C3C1 | BordersInactive statesPlaceholder text |
| 400 | AAA4 #AAA4A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928A #928A87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766E #766E6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E57 #5E5755 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433E #433E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2827 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F7F7;
--gray-100: #EEEDEC;
--gray-200: #E0DDDC;
--gray-300: #C7C3C1;
--gray-400: #AAA4A1;
--gray-500: #928A87;
--gray-600: #766E6B;
--gray-700: #5E5755;
--gray-800: #433E3D;
--gray-900: #2B2827;
--gray-950: #1B1918;
}