Slate Gray
#6D97AB
BlueColor Codes
All color formats for development
HEX
#6D97ABRGB
rgb(109, 151, 171)HSL
hsl(199, 27%, 55%)OKLCH
oklch(0.653 0.055 229)CMYK
cmyk(36%, 12%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C8BA0
2#527B8E
3#486C7D
4#3D5C6B
5#334D59
6#293E47
7#1F2E35
8#141F24
9#0A0F12
Tints
Lighter variations
1#7CA2B4
2#8AACBC
3#99B7C4
4#A8C1CD
5#B6CBD5
6#C5D6DD
7#D3E0E6
8#E2EAEE
9#F0F5F7
Tones
Muted variations
1#7096A8
2#7395A5
3#7794A2
4#7A939F
5#7D929C
6#809199
7#839096
8#868F92
9#898D8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CA #B5CAD4 | BordersInactive statesPlaceholder text |
| 400 | 8EAF #8EAFBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D98 #6D98AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527B #527B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4162 #416271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F46 #2F4651 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D34 | 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: #E8EFF2;
--slate-gray-200: #D5E1E7;
--slate-gray-300: #B5CAD4;
--slate-gray-400: #8EAFBE;
--slate-gray-500: #6D98AB;
--slate-gray-600: #527B8E;
--slate-gray-700: #416271;
--slate-gray-800: #2F4651;
--slate-gray-900: #1E2D34;
--slate-gray-950: #131C20;
}