Slate Gray
#54728C
BlueColor Codes
All color formats for development
HEX
#54728CRGB
rgb(84, 114, 140)HSL
hsl(208, 25%, 44%)OKLCH
oklch(0.539 0.054 245.2)CMYK
cmyk(40%, 19%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C677E
2#435B70
3#3B5062
4#324454
5#2A3946
6#222E38
7#19222A
8#11171C
9#080B0E
Tints
Lighter variations
1#5F819E
2#708FA9
3#829DB4
4#94ABBF
5#A6B9C9
6#B8C7D4
7#C9D5DF
8#DBE3EA
9#EDF1F4
Tones
Muted variations
1#577289
2#5A7287
3#5D7284
4#5F7181
5#62717E
6#65717B
7#687179
8#6B7176
9#6D7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C5 #B6C5D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA7 #8FA7BC | Disabled statesSecondary iconsMuted text |
| 500 | 708E #708EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5472 #54728C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435B #435B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #304150 | 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: #F5F7F9;
--slate-gray-100: #E9EDF2;
--slate-gray-200: #D6DEE6;
--slate-gray-300: #B6C5D3;
--slate-gray-400: #8FA7BC;
--slate-gray-500: #708EA9;
--slate-gray-600: #54728C;
--slate-gray-700: #435B70;
--slate-gray-800: #304150;
--slate-gray-900: #1F2933;
--slate-gray-950: #131A20;
}