Gray
#6D6D74
GrayColor Codes
All color formats for development
HEX
#6D6D74RGB
rgb(109, 109, 116)HSL
hsl(240, 3%, 44%)OKLCH
oklch(0.537 0.011 286)CMYK
cmyk(6%, 6%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626268
2#57575C
3#4C4C51
4#414145
5#36363A
6#2C2C2E
7#212123
8#161617
9#0B0B0C
Tints
Lighter variations
1#7B7B82
2#898990
3#98989E
4#A7A7AC
5#B5B5BA
6#C4C4C8
7#D3D3D5
8#E2E2E3
9#F0F0F1
Tones
Muted variations
1#6D6D73
2#6E6E73
3#6E6E73
4#6E6E72
5#6F6F72
6#6F6F72
7#6F6F71
8#707071
9#707071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C3C3 #C3C3C6 | BordersInactive statesPlaceholder text |
| 400 | A3A3 #A3A3A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8989 #898990 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D6D #6D6D74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2828 #28282A | Primary textHigh emphasis contentDark headings |
| 950 | 1919 #19191A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F7F7F8;
--gray-100: #EDEDEE;
--gray-200: #DDDDDF;
--gray-300: #C3C3C6;
--gray-400: #A3A3A8;
--gray-500: #898990;
--gray-600: #6D6D74;
--gray-700: #57575C;
--gray-800: #3E3E42;
--gray-900: #28282A;
--gray-950: #19191A;
}