Gray
#859393
GrayColor Codes
All color formats for development
HEX
#859393RGB
rgb(133, 147, 147)HSL
hsl(180, 6%, 55%)OKLCH
oklch(0.652 0.016 196.8)CMYK
cmyk(10%, 0%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#778686
2#697777
3#5C6868
4#4F5959
5#424A4A
6#353B3B
7#282D2D
8#1A1E1E
9#0D0F0F
Tints
Lighter variations
1#929E9E
2#9EA9A9
3#AAB3B3
4#B6BEBE
5#C2C9C9
6#CED4D4
7#DBDFDF
8#E7E9E9
9#F3F4F4
Tones
Muted variations
1#869292
2#879292
3#879191
4#889090
5#899090
6#898F8F
7#8A8E8E
8#8B8E8E
9#8C8D8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C8 #C1C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AB #A0ABAB | Disabled statesSecondary iconsMuted text |
| 500 | 8593 #859393 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6977 #697777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 545F #545F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C44 #3C4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262B #262B2B | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gray-50: #F7F8F8;
--gray-100: #ECEEEE;
--gray-200: #DCE0E0;
--gray-300: #C1C8C8;
--gray-400: #A0ABAB;
--gray-500: #859393;
--gray-600: #697777;
--gray-700: #545F5F;
--gray-800: #3C4444;
--gray-900: #262B2B;
--gray-950: #181B1B;
}