Slate Gray
#737CA5
BlueColor Codes
All color formats for development
HEX
#737CA5RGB
rgb(115, 124, 165)HSL
hsl(229, 22%, 55%)OKLCH
oklch(0.595 0.064 274.7)CMYK
cmyk(30%, 25%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626D9A
2#586189
3#4D5478
4#424867
5#373C56
6#2C3044
7#212433
8#161822
9#0B0C11
Tints
Lighter variations
1#8189AE
2#8F96B7
3#9DA3C0
4#ABB1C9
5#B9BED2
6#C7CBDB
7#D5D8E4
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#767EA3
2#787FA0
3#7B819E
4#7D839B
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 | 737C #737CA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5861 #586189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464D #464D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374E | 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: #737CA5;
--slate-gray-600: #586189;
--slate-gray-700: #464D6D;
--slate-gray-800: #32374E;
--slate-gray-900: #202332;
--slate-gray-950: #14161F;
}