Slate Gray
#5E7182
BlueColor Codes
All color formats for development
HEX
#5E7182RGB
rgb(94, 113, 130)HSL
hsl(208, 16%, 44%)OKLCH
oklch(0.539 0.035 245.5)CMYK
cmyk(28%, 13%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556675
2#4B5B68
3#424F5B
4#39444E
5#2F3941
6#262D34
7#1C2227
8#13171A
9#090B0D
Tints
Lighter variations
1#6A8093
2#7A8E9F
3#8B9CAB
4#9CAAB7
5#ACB8C3
6#BDC6CF
7#CDD5DB
8#DEE3E7
9#EEF1F3
Tones
Muted variations
1#607180
2#62717F
3#64717D
4#65717B
5#677179
6#697177
7#6B7176
8#6D7074
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC5 #BBC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A7 #97A7B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8D #7A8D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E71 #5E7182 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5A #4B5A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #36404A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #22292F | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DEE3;
--slate-gray-300: #BBC5CE;
--slate-gray-400: #97A7B4;
--slate-gray-500: #7A8D9F;
--slate-gray-600: #5E7182;
--slate-gray-700: #4B5A68;
--slate-gray-800: #36404A;
--slate-gray-900: #22292F;
--slate-gray-950: #151A1E;
}