Slate Gray
#6E89AA
BlueColor Codes
All color formats for development
HEX
#6E89AARGB
rgb(110, 137, 170)HSL
hsl(213, 26%, 55%)OKLCH
oklch(0.622 0.059 253.7)CMYK
cmyk(35%, 19%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D7B9F
2#536D8D
3#49607C
4#3E526A
5#344458
6#2A3747
7#1F2935
8#151B23
9#0A0E12
Tints
Lighter variations
1#7D95B3
2#8BA1BB
3#9AADC4
4#A8B8CC
5#B7C4D5
6#C5D0DD
7#D4DCE6
8#E2E7EE
9#F1F3F7
Tones
Muted variations
1#718AA7
2#748AA4
3#778AA1
4#7A8A9E
5#7D8B9B
6#808B98
7#838B95
8#868C92
9#898C8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DD #D5DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C3 #B5C3D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA3 #8FA3BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E89 #6E89AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536D #536D8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4257 #425770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3E #2F3E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9EDF2;
--slate-gray-200: #D5DDE6;
--slate-gray-300: #B5C3D4;
--slate-gray-400: #8FA3BD;
--slate-gray-500: #6E89AA;
--slate-gray-600: #536D8D;
--slate-gray-700: #425770;
--slate-gray-800: #2F3E50;
--slate-gray-900: #1E2833;
--slate-gray-950: #131920;
}