Slate Gray
#55778B
BlueColor Codes
All color formats for development
HEX
#55778BRGB
rgb(85, 119, 139)HSL
hsl(202, 24%, 44%)OKLCH
oklch(0.551 0.05 234.7)CMYK
cmyk(39%, 14%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D6B7D
2#44606F
3#3C5461
4#334853
5#2B3C46
6#223038
7#1A242A
8#11181C
9#090C0E
Tints
Lighter variations
1#60879D
2#7194A8
3#83A1B3
4#95AFBE
5#A6BCC9
6#B8CAD4
7#CAD7DE
8#DCE4E9
9#EDF2F4
Tones
Muted variations
1#587788
2#5B7686
3#5D7583
4#607580
5#63747E
6#65737B
7#687278
8#6B7276
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 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C8 #B6C8D2 | BordersInactive statesPlaceholder text |
| 400 | 90AB #90ABBB | Disabled statesSecondary iconsMuted text |
| 500 | 7194 #7194A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5577 #55778B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445F #445F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3044 #30444F | 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: #D6E0E6;
--slate-gray-300: #B6C8D2;
--slate-gray-400: #90ABBB;
--slate-gray-500: #7194A8;
--slate-gray-600: #55778B;
--slate-gray-700: #445F6F;
--slate-gray-800: #30444F;
--slate-gray-900: #1F2B33;
--slate-gray-950: #131B20;
}