Slate Gray
#737BA5
BlueColor Codes
All color formats for development
HEX
#737BA5RGB
rgb(115, 123, 165)HSL
hsl(230, 22%, 55%)OKLCH
oklch(0.592 0.065 275.9)CMYK
cmyk(30%, 25%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626C9A
2#586089
3#4D5478
4#424867
5#373C56
6#2C3044
7#212433
8#161822
9#0B0C11
Tints
Lighter variations
1#8189AE
2#8F96B7
3#9DA3C0
4#ABB0C9
5#B9BDD2
6#C7CADB
7#D5D8E4
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#767DA3
2#787FA0
3#7B809E
4#7D829B
5#808499
6#828696
7#858794
8#878991
9#8A8B8F
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 | B7BC #B7BCD1 | BordersInactive statesPlaceholder text |
| 400 | 9299 #9299B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737B #737BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5860 #586089 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464C #464C6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202332 | 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: #B7BCD1;
--slate-gray-400: #9299B9;
--slate-gray-500: #737BA5;
--slate-gray-600: #586089;
--slate-gray-700: #464C6D;
--slate-gray-800: #32364E;
--slate-gray-900: #202332;
--slate-gray-950: #14161F;
}