Slate Gray
#5A5A87
BlueColor Codes
All color formats for development
HEX
#5A5A87RGB
rgb(90, 90, 135)HSL
hsl(240, 20%, 44%)OKLCH
oklch(0.487 0.072 283.4)CMYK
cmyk(33%, 33%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515179
2#48486C
3#3F3F5E
4#363651
5#2D2D43
6#242436
7#1B1B28
8#12121B
9#09090D
Tints
Lighter variations
1#656598
2#7676A4
3#8787AF
4#9898BA
5#A9A9C6
6#BABAD1
7#CCCCDD
8#DDDDE8
9#EEEEF4
Tones
Muted variations
1#5C5C84
2#5E5E82
3#606080
4#63637E
5#65657B
6#676779
7#696977
8#6C6C75
9#6E6E72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF1;
--slate-gray-200: #D7D7E4;
--slate-gray-300: #B9B9D0;
--slate-gray-400: #9494B8;
--slate-gray-500: #7575A3;
--slate-gray-600: #5A5A87;
--slate-gray-700: #47476B;
--slate-gray-800: #33334D;
--slate-gray-900: #212131;
--slate-gray-950: #14141F;
}