Slate Gray
#53698D
BlueColor Codes
All color formats for development
HEX
#53698DRGB
rgb(83, 105, 141)HSL
hsl(217, 26%, 44%)OKLCH
oklch(0.518 0.063 260.1)CMYK
cmyk(41%, 26%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B5F7F
2#425471
3#3A4A63
4#323F55
5#2A3547
6#212A39
7#19202A
8#11151C
9#080B0E
Tints
Lighter variations
1#5E779F
2#6F86AA
3#8195B5
4#93A4C0
5#A5B3CA
6#B7C2D5
7#C9D2DF
8#DBE1EA
9#EDF0F4
Tones
Muted variations
1#566A8A
2#596B88
3#5C6B85
4#5F6C82
5#626D7F
6#656D7C
7#676E79
8#6A6F76
9#6D7073
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 | D5DC #D5DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C1 #B5C1D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA0 #8FA0BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E85 #6E85AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5369 #53698D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4254 #425470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3C #2F3C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E26 #1E2633 | 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: #D5DCE6;
--slate-gray-300: #B5C1D4;
--slate-gray-400: #8FA0BD;
--slate-gray-500: #6E85AA;
--slate-gray-600: #53698D;
--slate-gray-700: #425470;
--slate-gray-800: #2F3C50;
--slate-gray-900: #1E2633;
--slate-gray-950: #131820;
}