Slate Gray
#55638B
BlueColor Codes
All color formats for development
HEX
#55638BRGB
rgb(85, 99, 139)HSL
hsl(224, 24%, 44%)OKLCH
oklch(0.505 0.066 269.1)CMYK
cmyk(39%, 29%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5A7D
2#44506F
3#3C4661
4#333C53
5#2B3246
6#222838
7#1A1E2A
8#11141C
9#090A0E
Tints
Lighter variations
1#60709D
2#7180A8
3#8390B3
4#95A0BE
5#A6B0C9
6#B8BFD4
7#CACFDE
8#DCDFE9
9#EDEFF4
Tones
Muted variations
1#586588
2#5B6686
3#5D6783
4#606980
5#636A7E
6#656B7B
7#686C78
8#6B6E76
9#6E6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED2 | BordersInactive statesPlaceholder text |
| 400 | 909C #909CBB | Disabled statesSecondary iconsMuted text |
| 500 | 717F #717FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5564 #55648B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444F #444F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #30394F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | 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: #F6F6F9;
--slate-gray-100: #E9EBF1;
--slate-gray-200: #D6DAE6;
--slate-gray-300: #B6BED2;
--slate-gray-400: #909CBB;
--slate-gray-500: #717FA8;
--slate-gray-600: #55648B;
--slate-gray-700: #444F6F;
--slate-gray-800: #30394F;
--slate-gray-900: #1F2433;
--slate-gray-950: #131720;
}