Gray
#8A8A8F
GrayColor Codes
All color formats for development
HEX
#8A8A8FRGB
rgb(138, 138, 143)HSL
hsl(240, 2%, 55%)OKLCH
oklch(0.635 0.007 286.2)CMYK
cmyk(3%, 3%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C7C81
2#6E6E72
3#606064
4#525256
5#454548
6#373739
7#29292B
8#1B1B1D
9#0E0E0E
Tints
Lighter variations
1#96969A
2#A1A1A5
3#ADADB0
4#B9B9BC
5#C4C4C7
6#D0D0D2
7#DCDCDD
8#E8E8E9
9#F3F3F4
Tones
Muted variations
1#8A8A8E
2#8A8A8E
3#8B8B8E
4#8B8B8E
5#8B8B8D
6#8B8B8D
7#8C8C8D
8#8C8C8D
9#8C8C8C
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;
}