Slate Gray
#53818D
CyanColor Codes
All color formats for development
HEX
#53818DRGB
rgb(83, 129, 141)HSL
hsl(192, 26%, 44%)OKLCH
oklch(0.575 0.053 216)CMYK
cmyk(41%, 9%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B757F
2#426871
3#3A5B63
4#324E55
5#2A4147
6#213439
7#19272A
8#111A1C
9#080D0E
Tints
Lighter variations
1#5E929F
2#6F9FAA
3#81ABB5
4#93B7C0
5#A5C3CA
6#B7CFD5
7#C9DBDF
8#DBE7EA
9#EDF3F4
Tones
Muted variations
1#56808A
2#597E88
3#5C7C85
4#5F7B82
5#62797F
6#65777C
7#677579
8#6A7476
9#6D7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB4 #8FB4BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9E #6E9EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5382 #53828D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4267 #426770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4A #2F4A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E9F0F2;
--slate-gray-200: #D5E3E6;
--slate-gray-300: #B5CDD4;
--slate-gray-400: #8FB4BD;
--slate-gray-500: #6E9EAA;
--slate-gray-600: #53828D;
--slate-gray-700: #426770;
--slate-gray-800: #2F4A50;
--slate-gray-900: #1E2F33;
--slate-gray-950: #131D20;
}