Slate Gray
#6E97AA
BlueColor Codes
All color formats for development
HEX
#6E97AARGB
rgb(110, 151, 170)HSL
hsl(199, 26%, 55%)OKLCH
oklch(0.653 0.053 228.3)CMYK
cmyk(35%, 11%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D8A9F
2#537B8D
3#496C7C
4#3E5C6A
5#344D58
6#2A3D47
7#1F2E35
8#151F23
9#0A0F12
Tints
Lighter variations
1#7DA2B3
2#8BACBB
3#9AB6C4
4#A8C1CC
5#B7CBD5
6#C5D5DD
7#D4E0E6
8#E2EAEE
9#F1F5F7
Tones
Muted variations
1#7196A7
2#7495A4
3#7794A1
4#7A939E
5#7D929B
6#809198
7#839095
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 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CA #B5CAD4 | BordersInactive statesPlaceholder text |
| 400 | 8FAE #8FAEBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E97 #6E97AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537B #537B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4262 #426270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F46 #2F4650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E9EFF2;
--slate-gray-200: #D5E1E6;
--slate-gray-300: #B5CAD4;
--slate-gray-400: #8FAEBD;
--slate-gray-500: #6E97AA;
--slate-gray-600: #537B8D;
--slate-gray-700: #426270;
--slate-gray-800: #2F4650;
--slate-gray-900: #1E2D33;
--slate-gray-950: #131C20;
}