Slate Gray
#53648D
BlueColor Codes
All color formats for development
HEX
#53648DRGB
rgb(83, 100, 141)HSL
hsl(222, 26%, 44%)OKLCH
oklch(0.507 0.069 266.7)CMYK
cmyk(41%, 29%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B5A7F
2#425071
3#3A4663
4#323C55
5#2A3247
6#212839
7#191E2A
8#11141C
9#080A0E
Tints
Lighter variations
1#5E719F
2#6F81AA
3#8191B5
4#93A0C0
5#A5B0CA
6#B7C0D5
7#C9D0DF
8#DBDFEA
9#EDEFF4
Tones
Muted variations
1#56668A
2#596788
3#5C6885
4#5F6982
5#626A7F
6#656C7C
7#676D79
8#6A6E76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BE #B5BED4 | BordersInactive statesPlaceholder text |
| 400 | 8F9C #8F9CBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E80 #6E80AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5365 #53658D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4250 #425070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2533 | 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: #E9EBF2;
--slate-gray-200: #D5DAE6;
--slate-gray-300: #B5BED4;
--slate-gray-400: #8F9CBD;
--slate-gray-500: #6E80AA;
--slate-gray-600: #53658D;
--slate-gray-700: #425070;
--slate-gray-800: #2F3950;
--slate-gray-900: #1E2533;
--slate-gray-950: #131720;
}