Slate Gray
#5F7081
BlueColor Codes
All color formats for development
HEX
#5F7081RGB
rgb(95, 112, 129)HSL
hsl(210, 15%, 44%)OKLCH
oklch(0.537 0.034 248.5)CMYK
cmyk(26%, 13%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566574
2#4C5A67
3#434F5A
4#39434D
5#303841
6#262D34
7#1D2227
8#13161A
9#0A0B0D
Tints
Lighter variations
1#6C7E91
2#7C8D9E
3#8C9BAA
4#9CA9B6
5#ADB8C2
6#BDC6CE
7#CED4DB
8#DEE2E7
9#EFF1F3
Tones
Muted variations
1#61707F
2#63707E
3#64707C
4#66707A
5#687079
6#697077
7#6B7075
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 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 98A6 #98A6B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8C #7B8C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F70 #5F7081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C59 #4C5967 | 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: #BCC4CD;
--slate-gray-400: #98A6B3;
--slate-gray-500: #7B8C9D;
--slate-gray-600: #5F7081;
--slate-gray-700: #4C5967;
--slate-gray-800: #364049;
--slate-gray-900: #23292F;
--slate-gray-950: #161A1D;
}