Slate Gray
#5A7987
BlueColor Codes
All color formats for development
HEX
#5A7987RGB
rgb(90, 121, 135)HSL
hsl(199, 20%, 44%)OKLCH
oklch(0.557 0.042 227.5)CMYK
cmyk(33%, 10%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#516C79
2#48606C
3#3F545E
4#364851
5#2D3C43
6#243036
7#1B2428
8#12181B
9#090C0D
Tints
Lighter variations
1#658898
2#7695A4
3#87A2AF
4#98B0BA
5#A9BDC6
6#BACAD1
7#CCD7DD
8#DDE5E8
9#EEF2F4
Tones
Muted variations
1#5C7884
2#5E7782
3#607680
4#63757E
5#65747B
6#677379
7#697377
8#6C7275
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9D0 | BordersInactive statesPlaceholder text |
| 400 | 94AC #94ACB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7595 #7595A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A78 #5A7887 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4760 #47606B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3344 #33444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF1;
--slate-gray-200: #D7E0E4;
--slate-gray-300: #B9C9D0;
--slate-gray-400: #94ACB8;
--slate-gray-500: #7595A3;
--slate-gray-600: #5A7887;
--slate-gray-700: #47606B;
--slate-gray-800: #33444D;
--slate-gray-900: #212C31;
--slate-gray-950: #141B1F;
}