Slate Gray
#556A8B
BlueColor Codes
All color formats for development
HEX
#556A8BRGB
rgb(85, 106, 139)HSL
hsl(217, 24%, 44%)OKLCH
oklch(0.521 0.058 259.3)CMYK
cmyk(39%, 24%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5F7D
2#44556F
3#3C4A61
4#334053
5#2B3546
6#222A38
7#1A202A
8#11151C
9#090B0E
Tints
Lighter variations
1#60779D
2#7186A8
3#8395B3
4#95A5BE
5#A6B4C9
6#B8C3D4
7#CAD2DE
8#DCE1E9
9#EDF0F4
Tones
Muted variations
1#586B88
2#5B6B86
3#5D6C83
4#606C80
5#636D7E
6#656E7B
7#686E78
8#6B6F76
9#6E7073
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 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C1 #B6C1D2 | BordersInactive statesPlaceholder text |
| 400 | 90A1 #90A1BB | Disabled statesSecondary iconsMuted text |
| 500 | 7186 #7186A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556A #556A8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4454 #44546F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303C #303C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | 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: #D6DCE6;
--slate-gray-300: #B6C1D2;
--slate-gray-400: #90A1BB;
--slate-gray-500: #7186A8;
--slate-gray-600: #556A8B;
--slate-gray-700: #44546F;
--slate-gray-800: #303C4F;
--slate-gray-900: #1F2733;
--slate-gray-950: #131820;
}