Slate Gray
#556B8B
BlueColor Codes
All color formats for development
HEX
#556B8BRGB
rgb(85, 107, 139)HSL
hsl(216, 24%, 44%)OKLCH
oklch(0.523 0.057 257.7)CMYK
cmyk(39%, 23%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D607D
2#44556F
3#3C4B61
4#334053
5#2B3546
6#222B38
7#1A202A
8#11151C
9#090B0E
Tints
Lighter variations
1#60789D
2#7187A8
3#8396B3
4#95A5BE
5#A6B4C9
6#B8C3D4
7#CAD2DE
8#DCE1E9
9#EDF0F4
Tones
Muted variations
1#586B88
2#5B6C86
3#5D6C83
4#606D80
5#636E7E
6#656E7B
7#686F78
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 | B6C2 #B6C2D2 | BordersInactive statesPlaceholder text |
| 400 | 90A1 #90A1BB | Disabled statesSecondary iconsMuted text |
| 500 | 7187 #7187A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556B #556B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4455 #44556F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303D #303D4F | 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: #B6C2D2;
--slate-gray-400: #90A1BB;
--slate-gray-500: #7187A8;
--slate-gray-600: #556B8B;
--slate-gray-700: #44556F;
--slate-gray-800: #303D4F;
--slate-gray-900: #1F2733;
--slate-gray-950: #131820;
}