Slate Gray
#54698C
BlueColor Codes
All color formats for development
HEX
#54698CRGB
rgb(84, 105, 140)HSL
hsl(218, 25%, 44%)OKLCH
oklch(0.518 0.061 260.4)CMYK
cmyk(40%, 25%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5E7E
2#435470
3#3B4962
4#323F54
5#2A3446
6#222A38
7#191F2A
8#11151C
9#080A0E
Tints
Lighter variations
1#5F769E
2#7085A9
3#8294B4
4#94A4BF
5#A6B3C9
6#B8C2D4
7#C9D1DF
8#DBE1EA
9#EDF0F4
Tones
Muted variations
1#576989
2#5A6A87
3#5D6B84
4#5F6C81
5#626C7E
6#656D7B
7#686E79
8#6B6F76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C0 #B6C0D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA0 #8FA0BC | Disabled statesSecondary iconsMuted text |
| 500 | 7085 #7085A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5469 #54698C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4353 #435370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303C #303C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9ECF2;
--slate-gray-200: #D6DCE6;
--slate-gray-300: #B6C0D3;
--slate-gray-400: #8FA0BC;
--slate-gray-500: #7085A9;
--slate-gray-600: #54698C;
--slate-gray-700: #435370;
--slate-gray-800: #303C50;
--slate-gray-900: #1F2633;
--slate-gray-950: #131820;
}