Slate Gray
#558A8B
CyanColor Codes
All color formats for development
HEX
#558A8BRGB
rgb(85, 138, 139)HSL
hsl(181, 24%, 44%)OKLCH
oklch(0.597 0.057 197.3)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#446F6F
3#3C6161
4#335353
5#2B4546
6#223738
7#1A292A
8#111C1C
9#090E0E
Tints
Lighter variations
1#609C9D
2#71A7A8
3#83B2B3
4#95BDBE
5#A6C8C9
6#B8D3D4
7#CADEDE
8#DCE9E9
9#EDF4F4
Tones
Muted variations
1#588888
2#5B8586
3#5D8283
4#608080
5#637D7E
6#657B7B
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 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D2 #B6D2D2 | BordersInactive statesPlaceholder text |
| 400 | 90BA #90BABB | Disabled statesSecondary iconsMuted text |
| 500 | 71A7 #71A7A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 558A #558A8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446E #446E6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F4F | 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: #D6E6E6;
--slate-gray-300: #B6D2D2;
--slate-gray-400: #90BABB;
--slate-gray-500: #71A7A8;
--slate-gray-600: #558A8B;
--slate-gray-700: #446E6F;
--slate-gray-800: #304F4F;
--slate-gray-900: #1F3233;
--slate-gray-950: #131F20;
}