Slate Gray
#737FA5
BlueColor Codes
All color formats for development
HEX
#737FA5RGB
rgb(115, 127, 165)HSL
hsl(226, 22%, 55%)OKLCH
oklch(0.601 0.06 270.9)CMYK
cmyk(30%, 23%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626F9A
2#586389
3#4D5778
4#424A67
5#373E56
6#2C3244
7#212533
8#161922
9#0B0C11
Tints
Lighter variations
1#818CAE
2#8F98B7
3#9DA5C0
4#ABB2C9
5#B9BFD2
6#C7CCDB
7#D5D9E4
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#7680A3
2#7881A0
3#7B839E
4#7D849B
5#808699
6#828796
7#858894
8#878A91
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 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929B #929BB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737F #737FA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5863 #586389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464F #464F6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202432 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | 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: #D7DAE5;
--slate-gray-300: #B7BDD1;
--slate-gray-400: #929BB9;
--slate-gray-500: #737FA5;
--slate-gray-600: #586389;
--slate-gray-700: #464F6D;
--slate-gray-800: #32384E;
--slate-gray-900: #202432;
--slate-gray-950: #14171F;
}