Slate Gray
#54798C
BlueColor Codes
All color formats for development
HEX
#54798CRGB
rgb(84, 121, 140)HSL
hsl(200, 25%, 44%)OKLCH
oklch(0.556 0.051 231.2)CMYK
cmyk(40%, 14%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C6D7E
2#436170
3#3B5562
4#324954
5#2A3D46
6#223138
7#19242A
8#11181C
9#080C0E
Tints
Lighter variations
1#5F899E
2#7096A9
3#82A3B4
4#94B0BF
5#A6BEC9
6#B8CBD4
7#C9D8DF
8#DBE5EA
9#EDF2F4
Tones
Muted variations
1#577989
2#5A7887
3#5D7784
4#5F7681
5#62757E
6#65747B
7#687379
8#6B7276
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C9 #B6C9D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAD #8FADBC | Disabled statesSecondary iconsMuted text |
| 500 | 7096 #7096A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 547A #547A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4361 #436170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3045 #304550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2C #1F2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E9EFF2;
--slate-gray-200: #D6E1E6;
--slate-gray-300: #B6C9D3;
--slate-gray-400: #8FADBC;
--slate-gray-500: #7096A9;
--slate-gray-600: #547A8C;
--slate-gray-700: #436170;
--slate-gray-800: #304550;
--slate-gray-900: #1F2C33;
--slate-gray-950: #131C20;
}