Slate Gray
#55838B
CyanColor Codes
All color formats for development
HEX
#55838BRGB
rgb(85, 131, 139)HSL
hsl(189, 24%, 44%)OKLCH
oklch(0.58 0.052 209.6)CMYK
cmyk(39%, 6%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D767D
2#44696F
3#3C5C61
4#334F53
5#2B4246
6#223438
7#1A272A
8#111A1C
9#090D0E
Tints
Lighter variations
1#60949D
2#71A0A8
3#83ACB3
4#95B8BE
5#A6C4C9
6#B8CFD4
7#CADBDE
8#DCE7E9
9#EDF3F4
Tones
Muted variations
1#588188
2#5B7F86
3#5D7D83
4#607C80
5#637A7E
6#65787B
7#687678
8#6B7476
9#6E7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED2 | BordersInactive statesPlaceholder text |
| 400 | 90B5 #90B5BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A0 #71A0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5583 #55838B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4468 #44686F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F30 #1F3033 | 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: #E9F0F1;
--slate-gray-200: #D6E3E6;
--slate-gray-300: #B6CED2;
--slate-gray-400: #90B5BB;
--slate-gray-500: #71A0A8;
--slate-gray-600: #55838B;
--slate-gray-700: #44686F;
--slate-gray-800: #304A4F;
--slate-gray-900: #1F3033;
--slate-gray-950: #131E20;
}