Slate Gray
#55608B
BlueColor Codes
All color formats for development
HEX
#55608BRGB
rgb(85, 96, 139)HSL
hsl(228, 24%, 44%)OKLCH
oklch(0.498 0.07 272.6)CMYK
cmyk(39%, 31%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D567D
2#444D6F
3#3C4361
4#333A53
5#2B3046
6#222638
7#1A1D2A
8#11131C
9#090A0E
Tints
Lighter variations
1#606C9D
2#717CA8
3#838DB3
4#959DBE
5#A6ADC9
6#B8BED4
7#CACEDE
8#DCDEE9
9#EDEFF4
Tones
Muted variations
1#586288
2#5B6386
3#5D6583
4#606780
5#63687E
6#656A7B
7#686B78
8#6B6D76
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 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BC #B6BCD2 | BordersInactive statesPlaceholder text |
| 400 | 9099 #9099BB | Disabled statesSecondary iconsMuted text |
| 500 | 717C #717CA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5560 #55608B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444C #444C6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3037 #30374F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | 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: #F6F6F9;
--slate-gray-100: #E9EBF1;
--slate-gray-200: #D6D9E6;
--slate-gray-300: #B6BCD2;
--slate-gray-400: #9099BB;
--slate-gray-500: #717CA8;
--slate-gray-600: #55608B;
--slate-gray-700: #444C6F;
--slate-gray-800: #30374F;
--slate-gray-900: #1F2333;
--slate-gray-950: #131620;
}