Gray
#776969
GrayColor Codes
All color formats for development
HEX
#776969RGB
rgb(119, 105, 105)HSL
hsl(0, 6%, 44%)OKLCH
oklch(0.534 0.018 17.7)CMYK
cmyk(0%, 12%, 12%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B5F5F
2#5F5454
3#534A4A
4#473F3F
5#3B3535
6#302A2A
7#242020
8#181515
9#0C0B0B
Tints
Lighter variations
1#867777
2#948686
3#A19595
4#AEA4A4
5#BCB3B3
6#C9C2C2
7#D7D2D2
8#E4E1E1
9#F2F0F0
Tones
Muted variations
1#766A6A
2#766B6B
3#756B6B
4#746C6C
5#746D6D
6#736E6E
7#726E6E
8#726F6F
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 | C8C1 #C8C1C1 | BordersInactive statesPlaceholder text |
| 400 | ABA0 #ABA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9385 #938585 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7769 #776969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F54 #5F5454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443C #443C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B26 #2B2626 | 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: #C8C1C1;
--gray-400: #ABA0A0;
--gray-500: #938585;
--gray-600: #776969;
--gray-700: #5F5454;
--gray-800: #443C3C;
--gray-900: #2B2626;
--gray-950: #1B1818;
}