Slate Gray
#54688C
BlueColor Codes
All color formats for development
HEX
#54688CRGB
rgb(84, 104, 140)HSL
hsl(219, 25%, 44%)OKLCH
oklch(0.516 0.062 261.9)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#435370
3#3B4962
4#323E54
5#2A3446
6#222A38
7#191F2A
8#11151C
9#080A0E
Tints
Lighter variations
1#5F759E
2#7084A9
3#8294B4
4#94A3BF
5#A6B2C9
6#B8C2D4
7#C9D1DF
8#DBE0EA
9#EDF0F4
Tones
Muted variations
1#576989
2#5A6987
3#5D6A84
4#5F6B81
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 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C0 #B6C0D3 | BordersInactive statesPlaceholder text |
| 400 | 8F9F #8F9FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7084 #7084A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5468 #54688C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4353 #435370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303B #303B50 | 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: #D6DBE6;
--slate-gray-300: #B6C0D3;
--slate-gray-400: #8F9FBC;
--slate-gray-500: #7084A9;
--slate-gray-600: #54688C;
--slate-gray-700: #435370;
--slate-gray-800: #303B50;
--slate-gray-900: #1F2633;
--slate-gray-950: #131820;
}