Slate Gray
#55678B
BlueColor Codes
All color formats for development
HEX
#55678BRGB
rgb(85, 103, 139)HSL
hsl(220, 24%, 44%)OKLCH
oklch(0.514 0.061 263.8)CMYK
cmyk(39%, 26%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5D7D
2#44536F
3#3C4861
4#333E53
5#2B3446
6#222938
7#1A1F2A
8#11151C
9#090A0E
Tints
Lighter variations
1#60749D
2#7184A8
3#8393B3
4#95A2BE
5#A6B2C9
6#B8C1D4
7#CAD1DE
8#DCE0E9
9#EDF0F4
Tones
Muted variations
1#586888
2#5B6986
3#5D6A83
4#606B80
5#636C7E
6#656D7B
7#686E78
8#6B6E76
9#6E6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C0 #B6C0D2 | BordersInactive statesPlaceholder text |
| 400 | 909F #909FBB | Disabled statesSecondary iconsMuted text |
| 500 | 7183 #7183A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5567 #55678B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4452 #44526F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303B #303B4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9ECF1;
--slate-gray-200: #D6DBE6;
--slate-gray-300: #B6C0D2;
--slate-gray-400: #909FBB;
--slate-gray-500: #7183A8;
--slate-gray-600: #55678B;
--slate-gray-700: #44526F;
--slate-gray-800: #303B4F;
--slate-gray-900: #1F2633;
--slate-gray-950: #131720;
}