Slate Gray
#5E6982
BlueColor Codes
All color formats for development
HEX
#5E6982RGB
rgb(94, 105, 130)HSL
hsl(222, 16%, 44%)OKLCH
oklch(0.521 0.042 266.3)CMYK
cmyk(28%, 19%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#555F75
2#4B5468
3#424A5B
4#393F4E
5#2F3541
6#262A34
7#1C2027
8#13151A
9#090B0D
Tints
Lighter variations
1#6A7693
2#7A859F
3#8B95AB
4#9CA4B7
5#ACB3C3
6#BDC2CF
7#CDD1DB
8#DEE1E7
9#EEF0F3
Tones
Muted variations
1#606A80
2#626A7F
3#646B7D
4#656C7B
5#676D79
6#696D77
7#6B6E76
8#6D6F74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC1 #BBC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A85 #7A859F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E69 #5E6982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B54 #4B5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D9DCE3;
--slate-gray-300: #BBC1CE;
--slate-gray-400: #97A0B4;
--slate-gray-500: #7A859F;
--slate-gray-600: #5E6982;
--slate-gray-700: #4B5468;
--slate-gray-800: #363C4A;
--slate-gray-900: #22262F;
--slate-gray-950: #15181E;
}