Gray
#697777
GrayColor Codes
All color formats for development
HEX
#697777RGB
rgb(105, 119, 119)HSL
hsl(180, 6%, 44%)OKLCH
oklch(0.558 0.017 196.7)CMYK
cmyk(12%, 0%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F6B6B
2#545F5F
3#4A5353
4#3F4747
5#353B3B
6#2A3030
7#202424
8#151818
9#0B0C0C
Tints
Lighter variations
1#778686
2#869494
3#95A1A1
4#A4AEAE
5#B3BCBC
6#C2C9C9
7#D2D7D7
8#E1E4E4
9#F0F2F2
Tones
Muted variations
1#6A7676
2#6B7676
3#6B7575
4#6C7474
5#6D7474
6#6E7373
7#6E7272
8#6F7272
9#707171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C8 #C1C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AB #A0ABAB | Disabled statesSecondary iconsMuted text |
| 500 | 8593 #859393 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6977 #697777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 545F #545F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C44 #3C4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262B #262B2B | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F7F8F8;
--gray-100: #ECEEEE;
--gray-200: #DCE0E0;
--gray-300: #C1C8C8;
--gray-400: #A0ABAB;
--gray-500: #859393;
--gray-600: #697777;
--gray-700: #545F5F;
--gray-800: #3C4444;
--gray-900: #262B2B;
--gray-950: #181B1B;
}