Slate Gray
#55728B
BlueColor Codes
All color formats for development
HEX
#55728BRGB
rgb(85, 114, 139)HSL
hsl(208, 24%, 44%)OKLCH
oklch(0.539 0.052 245)CMYK
cmyk(39%, 18%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D677D
2#445B6F
3#3C5061
4#334453
5#2B3946
6#222E38
7#1A222A
8#11171C
9#090B0E
Tints
Lighter variations
1#60819D
2#718FA8
3#839DB3
4#95ABBE
5#A6B9C9
6#B8C7D4
7#CAD5DE
8#DCE3E9
9#EDF1F4
Tones
Muted variations
1#587288
2#5B7286
3#5D7183
4#607180
5#63717E
6#65717B
7#687178
8#6B7176
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 | 90A7 #90A7BB | Disabled statesSecondary iconsMuted text |
| 500 | 718E #718EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5572 #55728B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445B #445B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #30414F | 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: #90A7BB;
--slate-gray-500: #718EA8;
--slate-gray-600: #55728B;
--slate-gray-700: #445B6F;
--slate-gray-800: #30414F;
--slate-gray-900: #1F2933;
--slate-gray-950: #131A20;
}