Slate Gray
#5F7381
BlueColor Codes
All color formats for development
HEX
#5F7381RGB
rgb(95, 115, 129)HSL
hsl(205, 15%, 44%)OKLCH
oklch(0.544 0.032 238.7)CMYK
cmyk(26%, 11%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566874
2#4C5C67
3#43515A
4#39454D
5#303A41
6#262E34
7#1D2327
8#13171A
9#0A0C0D
Tints
Lighter variations
1#6C8291
2#7C909E
3#8C9EAA
4#9CABB6
5#ADB9C2
6#BDC7CE
7#CED5DB
8#DEE3E7
9#EFF1F3
Tones
Muted variations
1#61737F
2#63727E
3#64727C
4#66727A
5#687279
6#697177
7#6B7175
8#6D7174
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 98A8 #98A8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8F #7B8F9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F73 #5F7381 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5B #4C5B67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #364149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D9DFE3;
--slate-gray-300: #BCC6CD;
--slate-gray-400: #98A8B3;
--slate-gray-500: #7B8F9D;
--slate-gray-600: #5F7381;
--slate-gray-700: #4C5B67;
--slate-gray-800: #364149;
--slate-gray-900: #232A2F;
--slate-gray-950: #161A1D;
}