Slate Gray
#55718B
BlueColor Codes
All color formats for development
HEX
#55718BRGB
rgb(85, 113, 139)HSL
hsl(209, 24%, 44%)OKLCH
oklch(0.537 0.052 246.9)CMYK
cmyk(39%, 19%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D667D
2#445A6F
3#3C4F61
4#334453
5#2B3946
6#222D38
7#1A222A
8#11171C
9#090B0E
Tints
Lighter variations
1#607F9D
2#718EA8
3#839CB3
4#95AABE
5#A6B8C9
6#B8C6D4
7#CAD5DE
8#DCE3E9
9#EDF1F4
Tones
Muted variations
1#587188
2#5B7186
3#5D7183
4#607180
5#63717E
6#65717B
7#687078
8#6B7076
9#6E7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C5 #B6C5D2 | BordersInactive statesPlaceholder text |
| 400 | 90A6 #90A6BB | Disabled statesSecondary iconsMuted text |
| 500 | 718D #718DA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5571 #55718B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445A #445A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3040 #30404F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F29 #1F2933 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D6DEE6;
--slate-gray-300: #B6C5D2;
--slate-gray-400: #90A6BB;
--slate-gray-500: #718DA8;
--slate-gray-600: #55718B;
--slate-gray-700: #445A6F;
--slate-gray-800: #30404F;
--slate-gray-900: #1F2933;
--slate-gray-950: #131A20;
}