Slate Gray
#55688B
BlueColor Codes
All color formats for development
HEX
#55688BRGB
rgb(85, 104, 139)HSL
hsl(219, 24%, 44%)OKLCH
oklch(0.516 0.06 262.3)CMYK
cmyk(39%, 25%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5E7D
2#44536F
3#3C4961
4#333E53
5#2B3446
6#222A38
7#1A1F2A
8#11151C
9#090A0E
Tints
Lighter variations
1#60759D
2#7185A8
3#8394B3
4#95A3BE
5#A6B2C9
6#B8C2D4
7#CAD1DE
8#DCE0E9
9#EDF0F4
Tones
Muted variations
1#586988
2#5B6A86
3#5D6B83
4#606B80
5#636C7E
6#656D7B
7#686E78
8#6B6F76
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 | 7184 #7184A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5568 #55688B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4453 #44536F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303B #303B4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | 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: #D6DBE6;
--slate-gray-300: #B6C0D2;
--slate-gray-400: #909FBB;
--slate-gray-500: #7184A8;
--slate-gray-600: #55688B;
--slate-gray-700: #44536F;
--slate-gray-800: #303B4F;
--slate-gray-900: #1F2633;
--slate-gray-950: #131820;
}