Slate Gray
#55748B
BlueColor Codes
All color formats for development
HEX
#55748BRGB
rgb(85, 116, 139)HSL
hsl(206, 24%, 44%)OKLCH
oklch(0.544 0.051 241)CMYK
cmyk(39%, 17%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D687D
2#445D6F
3#3C5161
4#334553
5#2B3A46
6#222E38
7#1A232A
8#11171C
9#090C0E
Tints
Lighter variations
1#60839D
2#7190A8
3#839EB3
4#95ACBE
5#A6BAC9
6#B8C8D4
7#CAD6DE
8#DCE3E9
9#EDF1F4
Tones
Muted variations
1#587388
2#5B7386
3#5D7383
4#607280
5#63727E
6#65727B
7#687178
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 | B6C6 #B6C6D2 | BordersInactive statesPlaceholder text |
| 400 | 90A9 #90A9BB | Disabled statesSecondary iconsMuted text |
| 500 | 7190 #7190A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5574 #55748B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445C #445C6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #30424F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | 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: #B6C6D2;
--slate-gray-400: #90A9BB;
--slate-gray-500: #7190A8;
--slate-gray-600: #55748B;
--slate-gray-700: #445C6F;
--slate-gray-800: #30424F;
--slate-gray-900: #1F2A33;
--slate-gray-950: #131A20;
}