Slate Gray
#55868B
CyanColor Codes
All color formats for development
HEX
#55868BRGB
rgb(85, 134, 139)HSL
hsl(186, 24%, 44%)OKLCH
oklch(0.587 0.053 204)CMYK
cmyk(39%, 4%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D787D
2#446B6F
3#3C5E61
4#335053
5#2B4346
6#223538
7#1A282A
8#111B1C
9#090D0E
Tints
Lighter variations
1#60979D
2#71A3A8
3#83AEB3
4#95BABE
5#A6C5C9
6#B8D1D4
7#CADCDE
8#DCE8E9
9#EDF3F4
Tones
Muted variations
1#588488
2#5B8186
3#5D7F83
4#607D80
5#637B7E
6#65797B
7#687778
8#6B7576
9#6E7273
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 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D0 #B6D0D2 | BordersInactive statesPlaceholder text |
| 400 | 90B7 #90B7BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A2 #71A2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5586 #55868B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446A #446A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304C #304C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F31 #1F3133 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | 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: #D6E4E6;
--slate-gray-300: #B6D0D2;
--slate-gray-400: #90B7BB;
--slate-gray-500: #71A2A8;
--slate-gray-600: #55868B;
--slate-gray-700: #446A6F;
--slate-gray-800: #304C4F;
--slate-gray-900: #1F3133;
--slate-gray-950: #131E20;
}