Gray
#6E6E72
GrayColor Codes
All color formats for development
HEX
#6E6E72RGB
rgb(110, 110, 114)HSL
hsl(240, 2%, 44%)OKLCH
oklch(0.54 0.006 286.2)CMYK
cmyk(4%, 4%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#636367
2#58585C
3#4D4D50
4#424245
5#373739
6#2C2C2E
7#212122
8#161617
9#0B0B0B
Tints
Lighter variations
1#7C7C81
2#8A8A8F
3#99999D
4#A8A8AB
5#B6B6B9
6#C5C5C7
7#D3D3D5
8#E2E2E3
9#F0F0F1
Tones
Muted variations
1#6E6E72
2#6E6E72
3#6F6F72
4#6F6F72
5#6F6F71
6#6F6F71
7#707071
8#707071
9#707070
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 | A4A4 #A4A4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8A8A #8A8A8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 6E6E #6E6E72 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E41 | 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: #A4A4A8;
--gray-500: #8A8A8F;
--gray-600: #6E6E72;
--gray-700: #57575B;
--gray-800: #3E3E41;
--gray-900: #28282A;
--gray-950: #19191A;
}