Slate Gray
#939AB8
BlueColor Codes
All color formats for development
HEX
#939AB8RGB
rgb(147, 154, 184)HSL
hsl(229, 21%, 65%)OKLCH
oklch(0.691 0.045 274.8)CMYK
cmyk(20%, 16%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F87AB
2#6B749E
3#5C658C
4#4F5678
5#414864
6#343950
7#272B3C
8#1A1D28
9#0D0E14
Tints
Lighter variations
1#9EA4C0
2#A9AEC7
3#B3B8CE
4#BEC2D5
5#C9CCDC
6#D4D7E3
7#DFE1EA
8#E9EBF1
9#F4F5F8
Tones
Muted variations
1#959BB7
2#979CB5
3#999DB3
4#9B9FB1
5#9CA0AF
6#9EA1AD
7#A0A2AB
8#A2A3A9
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939A #939AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747D #747DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5961 #596188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202331 | 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: #E9EBF1;
--slate-gray-200: #D7D9E5;
--slate-gray-300: #B8BDD1;
--slate-gray-400: #939AB8;
--slate-gray-500: #747DA4;
--slate-gray-600: #596188;
--slate-gray-700: #474D6C;
--slate-gray-800: #32374D;
--slate-gray-900: #202331;
--slate-gray-950: #14161F;
}