Slate Gray
#6B89AE
BlueColor Codes
All color formats for development
HEX
#6B89AERGB
rgb(107, 137, 174)HSL
hsl(213, 29%, 55%)OKLCH
oklch(0.621 0.066 254)CMYK
cmyk(39%, 21%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A7BA3
2#506D91
3#465F7F
4#3C526D
5#32445A
6#283648
7#1E2936
8#141B24
9#0A0E12
Tints
Lighter variations
1#7A95B6
2#89A1BE
3#97ACC6
4#A6B8CE
5#B5C4D6
6#C4D0DE
7#D3DCE7
8#E1E7EF
9#F0F3F7
Tones
Muted variations
1#6E89AA
2#728AA7
3#758AA4
4#788AA0
5#7C8B9D
6#7F8B9A
7#828B96
8#868C93
9#898C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DD #D4DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C3 #B3C3D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA3 #8CA3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B89 #6B89AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506D #506D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F57 #3F5773 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3E #2D3E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D28 #1D2835 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7FA;
--slate-gray-100: #E8EDF2;
--slate-gray-200: #D4DDE7;
--slate-gray-300: #B3C3D5;
--slate-gray-400: #8CA3C0;
--slate-gray-500: #6B89AE;
--slate-gray-600: #506D91;
--slate-gray-700: #3F5773;
--slate-gray-800: #2D3E52;
--slate-gray-900: #1D2835;
--slate-gray-950: #121921;
}