Slate Gray
#737DA5
BlueColor Codes
All color formats for development
HEX
#737DA5RGB
rgb(115, 125, 165)HSL
hsl(228, 22%, 55%)OKLCH
oklch(0.597 0.062 273.5)CMYK
cmyk(30%, 24%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626E9A
2#586189
3#4D5578
4#424967
5#373D56
6#2C3144
7#212533
8#161822
9#0B0C11
Tints
Lighter variations
1#818AAE
2#8F97B7
3#9DA4C0
4#ABB1C9
5#B9BED2
6#C7CBDB
7#D5D8E4
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#767FA3
2#7880A0
3#7B829E
4#7D839B
5#808599
6#828696
7#858894
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 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929A #929AB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737D #737DA5 | 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: #B7BDD1;
--slate-gray-400: #929AB9;
--slate-gray-500: #737DA5;
--slate-gray-600: #586189;
--slate-gray-700: #464D6D;
--slate-gray-800: #32374E;
--slate-gray-900: #202332;
--slate-gray-950: #14161F;
}