Slate Gray
#55658B
BlueColor Codes
All color formats for development
HEX
#55658BRGB
rgb(85, 101, 139)HSL
hsl(222, 24%, 44%)OKLCH
oklch(0.509 0.064 266.6)CMYK
cmyk(39%, 27%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5B7D
2#44516F
3#3C4761
4#333D53
5#2B3346
6#222938
7#1A1E2A
8#11141C
9#090A0E
Tints
Lighter variations
1#60729D
2#7182A8
3#8391B3
4#95A1BE
5#A6B1C9
6#B8C0D4
7#CAD0DE
8#DCE0E9
9#EDEFF4
Tones
Muted variations
1#586788
2#5B6886
3#5D6983
4#606A80
5#636B7E
6#656C7B
7#686D78
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BF #B6BFD2 | BordersInactive statesPlaceholder text |
| 400 | 909D #909DBB | Disabled statesSecondary iconsMuted text |
| 500 | 7181 #7181A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5565 #55658B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4451 #44516F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303A #303A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | 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: #E9EBF1;
--slate-gray-200: #D6DBE6;
--slate-gray-300: #B6BFD2;
--slate-gray-400: #909DBB;
--slate-gray-500: #7181A8;
--slate-gray-600: #55658B;
--slate-gray-700: #44516F;
--slate-gray-800: #303A4F;
--slate-gray-900: #1F2533;
--slate-gray-950: #131720;
}