Slate Gray
#55758B
BlueColor Codes
All color formats for development
HEX
#55758BRGB
rgb(85, 117, 139)HSL
hsl(204, 24%, 44%)OKLCH
oklch(0.546 0.05 238.9)CMYK
cmyk(39%, 16%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D6A7D
2#445E6F
3#3C5261
4#334753
5#2B3B46
6#222F38
7#1A232A
8#11181C
9#090C0E
Tints
Lighter variations
1#60859D
2#7192A8
3#83A0B3
4#95ADBE
5#A6BBC9
6#B8C9D4
7#CAD6DE
8#DCE4E9
9#EDF1F4
Tones
Muted variations
1#587588
2#5B7586
3#5D7483
4#607380
5#63737E
6#65727B
7#687278
8#6B7176
9#6E7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D2 | BordersInactive statesPlaceholder text |
| 400 | 90AA #90AABB | Disabled statesSecondary iconsMuted text |
| 500 | 7192 #7192A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5576 #55768B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445E #445E6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3043 #30434F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D6DFE6;
--slate-gray-300: #B6C7D2;
--slate-gray-400: #90AABB;
--slate-gray-500: #7192A8;
--slate-gray-600: #55768B;
--slate-gray-700: #445E6F;
--slate-gray-800: #30434F;
--slate-gray-900: #1F2B33;
--slate-gray-950: #131B20;
}