Slate Gray
#54678C
BlueColor Codes
All color formats for development
HEX
#54678CRGB
rgb(84, 103, 140)HSL
hsl(220, 25%, 44%)OKLCH
oklch(0.514 0.063 263.3)CMYK
cmyk(40%, 26%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5D7E
2#435270
3#3B4862
4#323E54
5#2A3346
6#222938
7#191F2A
8#11151C
9#080A0E
Tints
Lighter variations
1#5F749E
2#7083A9
3#8293B4
4#94A2BF
5#A6B2C9
6#B8C1D4
7#C9D1DF
8#DBE0EA
9#EDF0F4
Tones
Muted variations
1#576889
2#5A6987
3#5D6A84
4#5F6B81
5#626C7E
6#656C7B
7#686D79
8#6B6E76
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 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BF #B6BFD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9E #8F9EBC | Disabled statesSecondary iconsMuted text |
| 500 | 7083 #7083A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5467 #54678C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4352 #435270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303A #303A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | 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: #D6DBE6;
--slate-gray-300: #B6BFD3;
--slate-gray-400: #8F9EBC;
--slate-gray-500: #7083A9;
--slate-gray-600: #54678C;
--slate-gray-700: #435270;
--slate-gray-800: #303A50;
--slate-gray-900: #1F2533;
--slate-gray-950: #131720;
}