Gray
#938585
GrayColor Codes
All color formats for development
HEX
#938585RGB
rgb(147, 133, 133)HSL
hsl(0, 6%, 55%)OKLCH
oklch(0.629 0.017 17.6)CMYK
cmyk(0%, 10%, 10%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#867777
2#776969
3#685C5C
4#594F4F
5#4A4242
6#3B3535
7#2D2828
8#1E1A1A
9#0F0D0D
Tints
Lighter variations
1#9E9292
2#A99E9E
3#B3AAAA
4#BEB6B6
5#C9C2C2
6#D4CECE
7#DFDBDB
8#E9E7E7
9#F4F3F3
Tones
Muted variations
1#928686
2#928787
3#918787
4#908888
5#908989
6#8F8989
7#8E8A8A
8#8E8B8B
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 | C8C1 #C8C1C1 | BordersInactive statesPlaceholder text |
| 400 | ABA0 #ABA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9385 #938585 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7769 #776969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F54 #5F5454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443C #443C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B26 #2B2626 | 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: #C8C1C1;
--gray-400: #ABA0A0;
--gray-500: #938585;
--gray-600: #776969;
--gray-700: #5F5454;
--gray-800: #443C3C;
--gray-900: #2B2626;
--gray-950: #1B1818;
}