Slate Gray
#558B8B
CyanColor Codes
All color formats for development
HEX
#558B8BRGB
rgb(85, 139, 139)HSL
hsl(180, 24%, 44%)OKLCH
oklch(0.599 0.057 195.7)CMYK
cmyk(39%, 0%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D7D7D
2#446F6F
3#3C6161
4#335353
5#2B4646
6#223838
7#1A2A2A
8#111C1C
9#090E0E
Tints
Lighter variations
1#609D9D
2#71A8A8
3#83B3B3
4#95BEBE
5#A6C9C9
6#B8D4D4
7#CADEDE
8#DCE9E9
9#EDF4F4
Tones
Muted variations
1#588888
2#5B8686
3#5D8383
4#608080
5#637E7E
6#657B7B
7#687878
8#6B7676
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 | 90BB #90BBBB | Disabled statesSecondary iconsMuted text |
| 500 | 71A8 #71A8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 558B #558B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446F #446F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304F #304F4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | 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: #90BBBB;
--slate-gray-500: #71A8A8;
--slate-gray-600: #558B8B;
--slate-gray-700: #446F6F;
--slate-gray-800: #304F4F;
--slate-gray-900: #1F3333;
--slate-gray-950: #132020;
}