Slate Gray
#55898B
CyanColor Codes
All color formats for development
HEX
#55898BRGB
rgb(85, 137, 139)HSL
hsl(182, 24%, 44%)OKLCH
oklch(0.594 0.056 198.9)CMYK
cmyk(39%, 1%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D7C7D
2#446E6F
3#3C6061
4#335253
5#2B4546
6#223738
7#1A292A
8#111B1C
9#090E0E
Tints
Lighter variations
1#609B9D
2#71A6A8
3#83B1B3
4#95BDBE
5#A6C8C9
6#B8D3D4
7#CADEDE
8#DCE9E9
9#EDF4F4
Tones
Muted variations
1#588788
2#5B8486
3#5D8283
4#607F80
5#637D7E
6#657A7B
7#687878
8#6B7576
9#6E7373
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E5 #D6E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D1 #B6D1D2 | BordersInactive statesPlaceholder text |
| 400 | 90BA #90BABB | Disabled statesSecondary iconsMuted text |
| 500 | 71A6 #71A6A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5589 #55898B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446D #446D6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304E #304E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F32 #1F3233 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #E9F1F1;
--slate-gray-200: #D6E5E6;
--slate-gray-300: #B6D1D2;
--slate-gray-400: #90BABB;
--slate-gray-500: #71A6A8;
--slate-gray-600: #55898B;
--slate-gray-700: #446D6F;
--slate-gray-800: #304E4F;
--slate-gray-900: #1F3233;
--slate-gray-950: #131F20;
}