Slate Gray
#55738B
BlueColor Codes
All color formats for development
HEX
#55738BRGB
rgb(85, 115, 139)HSL
hsl(207, 24%, 44%)OKLCH
oklch(0.542 0.051 243)CMYK
cmyk(39%, 17%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D677D
2#445C6F
3#3C5061
4#334553
5#2B3946
6#222E38
7#1A222A
8#11171C
9#090B0E
Tints
Lighter variations
1#60829D
2#7190A8
3#839DB3
4#95ABBE
5#A6B9C9
6#B8C7D4
7#CAD5DE
8#DCE3E9
9#EDF1F4
Tones
Muted variations
1#587388
2#5B7286
3#5D7283
4#607280
5#63727E
6#65717B
7#687178
8#6B7176
9#6E7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C6 #B6C6D2 | BordersInactive statesPlaceholder text |
| 400 | 90A8 #90A8BB | Disabled statesSecondary iconsMuted text |
| 500 | 718F #718FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5573 #55738B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445B #445B6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #30414F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | 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: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D6DFE6;
--slate-gray-300: #B6C6D2;
--slate-gray-400: #90A8BB;
--slate-gray-500: #718FA8;
--slate-gray-600: #55738B;
--slate-gray-700: #445B6F;
--slate-gray-800: #30414F;
--slate-gray-900: #1F2A33;
--slate-gray-950: #131A20;
}