Slate Gray
#737EA5
BlueColor Codes
All color formats for development
HEX
#737EA5RGB
rgb(115, 126, 165)HSL
hsl(227, 22%, 55%)OKLCH
oklch(0.599 0.061 272.2)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#586289
3#4D5678
4#424A67
5#373D56
6#2C3144
7#212533
8#161922
9#0B0C11
Tints
Lighter variations
1#818BAE
2#8F98B7
3#9DA5C0
4#ABB2C9
5#B9BED2
6#C7CBDB
7#D5D8E4
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#767FA3
2#7881A0
3#7B829E
4#7D849B
5#808599
6#828796
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 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929B #929BB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737E #737EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5862 #586289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464E #464E6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202432 | 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: #D7DAE5;
--slate-gray-300: #B7BDD1;
--slate-gray-400: #929BB9;
--slate-gray-500: #737EA5;
--slate-gray-600: #586289;
--slate-gray-700: #464E6D;
--slate-gray-800: #32384E;
--slate-gray-900: #202432;
--slate-gray-950: #14161F;
}