Slate Gray
#5E7082
BlueColor Codes
All color formats for development
HEX
#5E7082RGB
rgb(94, 112, 130)HSL
hsl(210, 16%, 44%)OKLCH
oklch(0.537 0.036 248.5)CMYK
cmyk(28%, 14%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556575
2#4B5A68
3#424F5B
4#39434E
5#2F3841
6#262D34
7#1C2227
8#13161A
9#090B0D
Tints
Lighter variations
1#6A7E93
2#7A8D9F
3#8B9BAB
4#9CA9B7
5#ACB8C3
6#BDC6CF
7#CDD4DB
8#DEE2E7
9#EEF1F3
Tones
Muted variations
1#607080
2#62707F
3#64707D
4#65707B
5#677079
6#697077
7#6B7076
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 | BBC4 #BBC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A6 #97A6B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8C #7A8C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E70 #5E7082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B59 #4B5968 | 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: #BBC4CE;
--slate-gray-400: #97A6B4;
--slate-gray-500: #7A8C9F;
--slate-gray-600: #5E7082;
--slate-gray-700: #4B5968;
--slate-gray-800: #36404A;
--slate-gray-900: #22292F;
--slate-gray-950: #151A1E;
}