Gray
#776E69
GrayColor Codes
All color formats for development
HEX
#776E69RGB
rgb(119, 110, 105)HSL
hsl(21, 6%, 44%)OKLCH
oklch(0.545 0.014 51.2)CMYK
cmyk(0%, 8%, 12%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B635F
2#5F5854
3#534D4A
4#47423F
5#3B3735
6#302C2A
7#242120
8#181615
9#0C0B0B
Tints
Lighter variations
1#867C77
2#948B86
3#A19995
4#AEA8A4
5#BCB6B3
6#C9C5C2
7#D7D3D2
8#E4E2E1
9#F2F0F0
Tones
Muted variations
1#766E6A
2#766F6B
3#756F6B
4#746F6C
5#746F6D
6#736F6E
7#72706E
8#72706F
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 | C8C3 #C8C3C1 | BordersInactive statesPlaceholder text |
| 400 | ABA4 #ABA4A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938A #938A85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 776E #776E69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F58 #5F5854 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443F #443F3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2826 | 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: #C8C3C1;
--gray-400: #ABA4A0;
--gray-500: #938A85;
--gray-600: #776E69;
--gray-700: #5F5854;
--gray-800: #443F3C;
--gray-900: #2B2826;
--gray-950: #1B1918;
}