Slate Gray
#5E7282
BlueColor Codes
All color formats for development
HEX
#5E7282RGB
rgb(94, 114, 130)HSL
hsl(207, 16%, 44%)OKLCH
oklch(0.542 0.035 242.5)CMYK
cmyk(28%, 12%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556775
2#4B5B68
3#42505B
4#39444E
5#2F3941
6#262E34
7#1C2227
8#13171A
9#090B0D
Tints
Lighter variations
1#6A8193
2#7A8F9F
3#8B9DAB
4#9CABB7
5#ACB9C3
6#BDC7CF
7#CDD5DB
8#DEE3E7
9#EEF1F3
Tones
Muted variations
1#607280
2#62727F
3#64717D
4#65717B
5#677179
6#697177
7#6B7176
8#6D7174
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 | 7A8E #7A8E9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E72 #5E7282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5B #4B5B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #36414A | 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: #7A8E9F;
--slate-gray-600: #5E7282;
--slate-gray-700: #4B5B68;
--slate-gray-800: #36414A;
--slate-gray-900: #22292F;
--slate-gray-950: #151A1E;
}