Slate Gray
#5A6187
BlueColor Codes
All color formats for development
HEX
#5A6187RGB
rgb(90, 97, 135)HSL
hsl(231, 20%, 44%)OKLCH
oklch(0.502 0.061 275.9)CMYK
cmyk(33%, 28%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515779
2#484D6C
3#3F445E
4#363A51
5#2D3043
6#242736
7#1B1D28
8#12131B
9#090A0D
Tints
Lighter variations
1#656D98
2#767DA4
3#878DAF
4#989DBA
5#A9AEC6
6#BABED1
7#CCCEDD
8#DDDEE8
9#EEEFF4
Tones
Muted variations
1#5C6284
2#5E6482
3#606580
4#63677E
5#65687B
6#676A79
7#696B77
8#6C6D75
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BC #B9BCD0 | BordersInactive statesPlaceholder text |
| 400 | 9499 #9499B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757C #757CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A60 #5A6087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3337 #33374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF1;
--slate-gray-200: #D7D9E4;
--slate-gray-300: #B9BCD0;
--slate-gray-400: #9499B8;
--slate-gray-500: #757CA3;
--slate-gray-600: #5A6087;
--slate-gray-700: #474D6B;
--slate-gray-800: #33374D;
--slate-gray-900: #212331;
--slate-gray-950: #14161F;
}