Slate Gray
#737AA5
BlueColor Codes
All color formats for development
HEX
#737AA5RGB
rgb(115, 122, 165)HSL
hsl(232, 22%, 55%)OKLCH
oklch(0.59 0.066 277)CMYK
cmyk(30%, 26%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626A9A
2#585E89
3#4D5278
4#424767
5#373B56
6#2C2F44
7#212333
8#161822
9#0B0C11
Tints
Lighter variations
1#8187AE
2#8F94B7
3#9DA2C0
4#ABAFC9
5#B9BCD2
6#C7CADB
7#D5D7E4
8#E3E4ED
9#F1F2F6
Tones
Muted variations
1#767CA3
2#787DA0
3#7B7F9E
4#7D819B
5#808399
6#828596
7#858794
8#878991
9#8A8A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BB #B7BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9297 #9297B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737A #737AA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585E #585E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464B #464B6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202232 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9EAF1;
--slate-gray-200: #D7D9E5;
--slate-gray-300: #B7BBD1;
--slate-gray-400: #9297B9;
--slate-gray-500: #737AA5;
--slate-gray-600: #585E89;
--slate-gray-700: #464B6D;
--slate-gray-800: #32354E;
--slate-gray-900: #202232;
--slate-gray-950: #14151F;
}