Slate Gray
#738EA5
BlueColor Codes
All color formats for development
HEX
#738EA5RGB
rgb(115, 142, 165)HSL
hsl(208, 22%, 55%)OKLCH
oklch(0.634 0.046 244.3)CMYK
cmyk(30%, 14%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62809A
2#587289
3#4D6478
4#425567
5#374756
6#2C3944
7#212B33
8#161C22
9#0B0E11
Tints
Lighter variations
1#8199AE
2#8FA5B7
3#9DB0C0
4#ABBBC9
5#B9C6D2
6#C7D2DB
7#D5DDE4
8#E3E8ED
9#F1F4F6
Tones
Muted variations
1#768EA3
2#788EA0
3#7B8D9E
4#7D8D9B
5#808D99
6#828D96
7#858D94
8#878D91
9#8A8C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C5 #B7C5D1 | BordersInactive statesPlaceholder text |
| 400 | 92A7 #92A7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738E #738EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5872 #587289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465B #465B6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3241 #32414E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D7DEE5;
--slate-gray-300: #B7C5D1;
--slate-gray-400: #92A7B9;
--slate-gray-500: #738EA5;
--slate-gray-600: #587289;
--slate-gray-700: #465B6D;
--slate-gray-800: #32414E;
--slate-gray-900: #202932;
--slate-gray-950: #141A1F;
}