Slate Gray
#6E94AA
BlueColor Codes
All color formats for development
HEX
#6E94AARGB
rgb(110, 148, 170)HSL
hsl(202, 26%, 55%)OKLCH
oklch(0.646 0.053 234.1)CMYK
cmyk(35%, 13%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D879F
2#53788D
3#49697C
4#3E5A6A
5#344B58
6#2A3C47
7#1F2D35
8#151E23
9#0A0F12
Tints
Lighter variations
1#7D9FB3
2#8BAABB
3#9AB4C4
4#A8BFCC
5#B7CAD5
6#C5D4DD
7#D4DFE6
8#E2EAEE
9#F1F4F7
Tones
Muted variations
1#7193A7
2#7493A4
3#7792A1
4#7A919E
5#7D909B
6#808F98
7#838F95
8#868E92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAC #8FACBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E94 #6E94AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5378 #53788D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425F #425F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F44 #2F4450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2C #1E2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E9EEF2;
--slate-gray-200: #D5E0E6;
--slate-gray-300: #B5C8D4;
--slate-gray-400: #8FACBD;
--slate-gray-500: #6E94AA;
--slate-gray-600: #53788D;
--slate-gray-700: #425F70;
--slate-gray-800: #2F4450;
--slate-gray-900: #1E2C33;
--slate-gray-950: #131B20;
}