Gray
#696977
GrayColor Codes
All color formats for development
HEX
#696977RGB
rgb(105, 105, 119)HSL
hsl(240, 6%, 44%)OKLCH
oklch(0.526 0.022 285.6)CMYK
cmyk(12%, 12%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F5F6B
2#54545F
3#4A4A53
4#3F3F47
5#35353B
6#2A2A30
7#202024
8#151518
9#0B0B0C
Tints
Lighter variations
1#777786
2#868694
3#9595A1
4#A4A4AE
5#B3B3BC
6#C2C2C9
7#D2D2D7
8#E1E1E4
9#F0F0F2
Tones
Muted variations
1#6A6A76
2#6B6B76
3#6B6B75
4#6C6C74
5#6D6D74
6#6E6E73
7#6E6E72
8#6F6F72
9#707071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCDC #DCDCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C1 #C1C1C8 | BordersInactive statesPlaceholder text |
| 400 | A0A0 #A0A0AB | Disabled statesSecondary iconsMuted text |
| 500 | 8585 #858593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6969 #696977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5454 #54545F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C3C #3C3C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2626 #26262B | Primary textHigh emphasis contentDark headings |
| 950 | 1818 #18181B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F7F7F8;
--gray-100: #ECECEE;
--gray-200: #DCDCE0;
--gray-300: #C1C1C8;
--gray-400: #A0A0AB;
--gray-500: #858593;
--gray-600: #696977;
--gray-700: #54545F;
--gray-800: #3C3C44;
--gray-900: #26262B;
--gray-950: #18181B;
}