Slate Gray
#55828B
CyanColor Codes
All color formats for development
HEX
#55828BRGB
rgb(85, 130, 139)HSL
hsl(190, 24%, 44%)OKLCH
oklch(0.577 0.051 211.5)CMYK
cmyk(39%, 6%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D757D
2#44686F
3#3C5B61
4#334E53
5#2B4146
6#223438
7#1A272A
8#111A1C
9#090D0E
Tints
Lighter variations
1#60939D
2#719FA8
3#83ABB3
4#95B7BE
5#A6C3C9
6#B8CFD4
7#CADBDE
8#DCE7E9
9#EDF3F4
Tones
Muted variations
1#588088
2#5B7F86
3#5D7D83
4#607B80
5#63797E
6#65777B
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 | 90B4 #90B4BB | Disabled statesSecondary iconsMuted text |
| 500 | 719F #719FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5582 #55828B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4468 #44686F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | 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: #90B4BB;
--slate-gray-500: #719FA8;
--slate-gray-600: #55828B;
--slate-gray-700: #44686F;
--slate-gray-800: #304A4F;
--slate-gray-900: #1F2F33;
--slate-gray-950: #131E20;
}