Gray
#777769
GrayColor Codes
All color formats for development
HEX
#777769RGB
rgb(119, 119, 105)HSL
hsl(60, 6%, 44%)OKLCH
oklch(0.565 0.021 107.1)CMYK
cmyk(0%, 0%, 12%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6B5F
2#5F5F54
3#53534A
4#47473F
5#3B3B35
6#30302A
7#242420
8#181815
9#0C0C0B
Tints
Lighter variations
1#868677
2#949486
3#A1A195
4#AEAEA4
5#BCBCB3
6#C9C9C2
7#D7D7D2
8#E4E4E1
9#F2F2F0
Tones
Muted variations
1#76766A
2#76766B
3#75756B
4#74746C
5#74746D
6#73736E
7#72726E
8#72726F
9#717170
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0E0 #E0E0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C8 #C8C8C1 | BordersInactive statesPlaceholder text |
| 400 | ABAB #ABABA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9393 #939385 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7777 #777769 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2B #2B2B26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1B #1B1B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F8F7;
--gray-100: #EEEEEC;
--gray-200: #E0E0DC;
--gray-300: #C8C8C1;
--gray-400: #ABABA0;
--gray-500: #939385;
--gray-600: #777769;
--gray-700: #5F5F54;
--gray-800: #44443C;
--gray-900: #2B2B26;
--gray-950: #1B1B18;
}