Gray
#928787
GrayColor Codes
All color formats for development
HEX
#928787RGB
rgb(146, 135, 135)HSL
hsl(0, 5%, 55%)OKLCH
oklch(0.633 0.013 17.5)CMYK
cmyk(0%, 8%, 8%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#857878
2#766B6B
3#675D5D
4#585050
5#4A4343
6#3B3535
7#2C2828
8#1D1B1B
9#0F0D0D
Tints
Lighter variations
1#9D9393
2#A89F9F
3#B3ABAB
4#BEB7B7
5#C8C3C3
6#D3CFCF
7#DEDBDB
8#E9E7E7
9#F4F3F3
Tones
Muted variations
1#918787
2#918888
3#908888
4#908989
5#8F8989
6#8F8A8A
7#8E8B8B
8#8D8B8B
9#8D8C8C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C1 #C7C1C1 | BordersInactive statesPlaceholder text |
| 400 | AAA1 #AAA1A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9287 #928787 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766B #766B6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E55 #5E5555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433D #433D3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F8F7F7;
--gray-100: #EEECEC;
--gray-200: #E0DCDC;
--gray-300: #C7C1C1;
--gray-400: #AAA1A1;
--gray-500: #928787;
--gray-600: #766B6B;
--gray-700: #5E5555;
--gray-800: #433D3D;
--gray-900: #2B2727;
--gray-950: #1B1818;
}