Slate Gray
#5A6287
BlueColor Codes
All color formats for development
HEX
#5A6287RGB
rgb(90, 98, 135)HSL
hsl(229, 20%, 44%)OKLCH
oklch(0.504 0.06 274.6)CMYK
cmyk(33%, 27%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515879
2#484E6C
3#3F455E
4#363B51
5#2D3143
6#242736
7#1B1D28
8#12141B
9#090A0D
Tints
Lighter variations
1#656E98
2#767EA4
3#878EAF
4#989EBA
5#A9AFC6
6#BABFD1
7#CCCFDD
8#DDDFE8
9#EEEFF4
Tones
Muted variations
1#5C6384
2#5E6582
3#606680
4#63687E
5#65697B
6#676B79
7#696C77
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 | D7DA #D7DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDD0 | BordersInactive statesPlaceholder text |
| 400 | 949A #949AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757E #757EA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A62 #5A6287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474E #474E6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3338 #33384D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | 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: #D7DAE4;
--slate-gray-300: #B9BDD0;
--slate-gray-400: #949AB8;
--slate-gray-500: #757EA3;
--slate-gray-600: #5A6287;
--slate-gray-700: #474E6B;
--slate-gray-800: #33384D;
--slate-gray-900: #212431;
--slate-gray-950: #14161F;
}