Slate Gray
#5A5F87
BlueColor Codes
All color formats for development
HEX
#5A5F87RGB
rgb(90, 95, 135)HSL
hsl(233, 20%, 44%)OKLCH
oklch(0.498 0.064 278.3)CMYK
cmyk(33%, 30%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515579
2#484C6C
3#3F425E
4#363951
5#2D2F43
6#242636
7#1B1C28
8#12131B
9#09090D
Tints
Lighter variations
1#656B98
2#767BA4
3#878CAF
4#989CBA
5#A9ADC6
6#BABDD1
7#CCCEDD
8#DDDEE8
9#EEEFF4
Tones
Muted variations
1#5C6184
2#5E6282
3#606480
4#63667E
5#65687B
6#676979
7#696B77
8#6C6D75
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 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBD0 | BordersInactive statesPlaceholder text |
| 400 | 9498 #9498B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757B #757BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5F #5A5F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3336 #33364D | 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: #EAEAF1;
--slate-gray-200: #D7D9E4;
--slate-gray-300: #B9BBD0;
--slate-gray-400: #9498B8;
--slate-gray-500: #757BA3;
--slate-gray-600: #5A5F87;
--slate-gray-700: #474C6B;
--slate-gray-800: #33364D;
--slate-gray-900: #212331;
--slate-gray-950: #14161F;
}