Slate Gray
#5F7A81
CyanColor Codes
All color formats for development
HEX
#5F7A81RGB
rgb(95, 122, 129)HSL
hsl(192, 15%, 44%)OKLCH
oklch(0.561 0.033 215.3)CMYK
cmyk(26%, 5%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566E74
2#4C6267
3#43565A
4#39494D
5#303D41
6#263134
7#1D2527
8#13181A
9#0A0C0D
Tints
Lighter variations
1#6C8A91
2#7C979E
3#8CA4AA
4#9CB1B6
5#ADBEC2
6#BDCBCE
7#CED8DB
8#DEE5E7
9#EFF2F3
Tones
Muted variations
1#61797F
2#63787E
3#64777C
4#66767A
5#687579
6#697477
7#6B7375
8#6D7274
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCA #BCCACD | BordersInactive statesPlaceholder text |
| 400 | 98AE #98AEB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B97 #7B979D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7A #5F7A81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C61 #4C6167 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #364549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D9E1E3;
--slate-gray-300: #BCCACD;
--slate-gray-400: #98AEB3;
--slate-gray-500: #7B979D;
--slate-gray-600: #5F7A81;
--slate-gray-700: #4C6167;
--slate-gray-800: #364549;
--slate-gray-900: #232C2F;
--slate-gray-950: #161C1D;
}