Slate Gray
#5F7181
BlueColor Codes
All color formats for development
HEX
#5F7181RGB
rgb(95, 113, 129)HSL
hsl(208, 15%, 44%)OKLCH
oklch(0.54 0.033 245.3)CMYK
cmyk(26%, 12%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566674
2#4C5B67
3#434F5A
4#39444D
5#303941
6#262D34
7#1D2227
8#13171A
9#0A0B0D
Tints
Lighter variations
1#6C8091
2#7C8E9E
3#8C9CAA
4#9CAAB6
5#ADB8C2
6#BDC6CE
7#CED5DB
8#DEE3E7
9#EFF1F3
Tones
Muted variations
1#61717F
2#63717E
3#64717C
4#66717A
5#687179
6#697177
7#6B7175
8#6D7074
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 98A7 #98A7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8D #7B8D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F71 #5F7181 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5A #4C5A67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #364049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | 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: #F6F7F8;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DEE3;
--slate-gray-300: #BCC5CD;
--slate-gray-400: #98A7B3;
--slate-gray-500: #7B8D9D;
--slate-gray-600: #5F7181;
--slate-gray-700: #4C5A67;
--slate-gray-800: #364049;
--slate-gray-900: #23292F;
--slate-gray-950: #161A1D;
}