Slate Gray
#7D9B9B
CyanColor Codes
All color formats for development
HEX
#7D9B9BRGB
rgb(125, 155, 155)HSL
hsl(180, 13%, 55%)OKLCH
oklch(0.667 0.033 196.4)CMYK
cmyk(19%, 0%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E8F8F
2#627F7F
3#556F6F
4#495F5F
5#3D4F4F
6#313F3F
7#253030
8#182020
9#0C1010
Tints
Lighter variations
1#8AA5A5
2#97AFAF
3#A4B9B9
4#B1C3C3
5#BECDCD
6#CBD7D7
7#D8E1E1
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7F9A9A
2#809898
3#829797
4#839595
5#859494
6#869292
7#889191
8#898F8F
9#8B8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCC #BDCCCC | BordersInactive statesPlaceholder text |
| 400 | 9AB1 #9AB1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9B #7D9B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627F #627F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E65 #4E6565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DAE2E2;
--slate-gray-300: #BDCCCC;
--slate-gray-400: #9AB1B1;
--slate-gray-500: #7D9B9B;
--slate-gray-600: #627F7F;
--slate-gray-700: #4E6565;
--slate-gray-800: #374848;
--slate-gray-900: #232E2E;
--slate-gray-950: #161D1D;
}