Slate Gray
#8E9BBE
BlueColor Codes
All color formats for development
HEX
#8E9BBERGB
rgb(142, 155, 190)HSL
hsl(224, 27%, 65%)OKLCH
oklch(0.691 0.054 269)CMYK
cmyk(25%, 18%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7988B2
2#6475A6
3#556593
4#49577E
5#3C4869
6#303A54
7#242B3F
8#181D2A
9#0C0E15
Tints
Lighter variations
1#99A5C4
2#A4AFCB
3#B0B9D1
4#BBC3D8
5#C6CDDE
6#D2D7E5
7#DDE1EB
8#E8EBF2
9#F4F5F8
Tones
Muted variations
1#909CBB
2#929DB9
3#959EB7
4#979FB4
5#9AA0B2
6#9CA1AF
7#9FA2AD
8#A1A4AB
9#A3A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9B #8E9BBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7E #6D7EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5262 #52628E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414E #414E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B5BDD4;
--slate-gray-400: #8E9BBE;
--slate-gray-500: #6D7EAB;
--slate-gray-600: #52628E;
--slate-gray-700: #414E71;
--slate-gray-800: #2F3851;
--slate-gray-900: #1E2434;
--slate-gray-950: #131620;
}