Slate Gray
#55818B
CyanColor Codes
All color formats for development
HEX
#55818BRGB
rgb(85, 129, 139)HSL
hsl(191, 24%, 44%)OKLCH
oklch(0.575 0.051 213.5)CMYK
cmyk(39%, 7%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D747D
2#44676F
3#3C5A61
4#334E53
5#2B4146
6#223438
7#1A272A
8#111A1C
9#090D0E
Tints
Lighter variations
1#60929D
2#719EA8
3#83AAB3
4#95B6BE
5#A6C2C9
6#B8CFD4
7#CADBDE
8#DCE7E9
9#EDF3F4
Tones
Muted variations
1#588088
2#5B7E86
3#5D7C83
4#607A80
5#63797E
6#65777B
7#687578
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 | B6CD #B6CDD2 | BordersInactive statesPlaceholder text |
| 400 | 90B3 #90B3BB | Disabled statesSecondary iconsMuted text |
| 500 | 719E #719EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5581 #55818B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4467 #44676F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3049 #30494F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | 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: #B6CDD2;
--slate-gray-400: #90B3BB;
--slate-gray-500: #719EA8;
--slate-gray-600: #55818B;
--slate-gray-700: #44676F;
--slate-gray-800: #30494F;
--slate-gray-900: #1F2F33;
--slate-gray-950: #131D20;
}