Slate Gray
#53608D
BlueColor Codes
All color formats for development
HEX
#53608DRGB
rgb(83, 96, 141)HSL
hsl(227, 26%, 44%)OKLCH
oklch(0.498 0.074 271.2)CMYK
cmyk(41%, 32%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B567F
2#424D71
3#3A4363
4#323955
5#2A3047
6#212639
7#191D2A
8#11131C
9#080A0E
Tints
Lighter variations
1#5E6C9F
2#6F7CAA
3#818CB5
4#939DC0
5#A5ADCA
6#B7BDD5
7#C9CEDF
8#DBDEEA
9#EDEFF4
Tones
Muted variations
1#56618A
2#596388
3#5C6585
4#5F6682
5#62687F
6#656A7C
7#676B79
8#6A6D76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8F99 #8F99BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7B #6E7BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5360 #53608D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424C #424C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D5D9E6;
--slate-gray-300: #B5BCD4;
--slate-gray-400: #8F99BD;
--slate-gray-500: #6E7BAA;
--slate-gray-600: #53608D;
--slate-gray-700: #424C70;
--slate-gray-800: #2F3650;
--slate-gray-900: #1E2333;
--slate-gray-950: #131620;
}